diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-13 11:27:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 11:27:54 +0530 |
commit | a808b2d7331b44196501b9bbe4bc7dfa67cbd134 (patch) | |
tree | a9a5e9e58acbfa13381b554cc570078e5fec771e /src/tests/helper.py | |
parent | e62c021280a7a1bf1b4f7d84c0856487691177f1 (diff) | |
parent | 1623b6e5d054221714ca47de57f948131383764e (diff) | |
download | vyos-workflow-test-temp-a808b2d7331b44196501b9bbe4bc7dfa67cbd134.tar.gz vyos-workflow-test-temp-a808b2d7331b44196501b9bbe4bc7dfa67cbd134.zip |
Merge pull request #55 from kumvijaya/current
T667: ruff cli
Diffstat (limited to 'src/tests/helper.py')
-rw-r--r-- | src/tests/helper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/helper.py b/src/tests/helper.py index 636e1ec..c3aed20 100644 --- a/src/tests/helper.py +++ b/src/tests/helper.py @@ -18,6 +18,7 @@ import sys import importlib.util import math import json +import os def prepare_module(file_path='', module_name=''): spec = importlib.util.spec_from_file_location(module_name, file_path) |