diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-13 11:23:18 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 11:23:18 +0530 |
commit | 9a431b6597e90a4ac37ed2c9d1153b9380782e8b (patch) | |
tree | 14cb1ae1c09a1cb13a6e3d98d8c6c948f7edd242 /src/tests/helper.py | |
parent | 8a3b25aee704abd4bf1605d14234e7909fa8e313 (diff) | |
download | vyos-workflow-test-temp-9a431b6597e90a4ac37ed2c9d1153b9380782e8b.tar.gz vyos-workflow-test-temp-9a431b6597e90a4ac37ed2c9d1153b9380782e8b.zip |
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) |