diff options
| author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-08 00:25:17 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-08 00:25:17 +0530 |
| commit | d0ed30b90fdd8b7e9abb662a1cfbbac53b2ac8f6 (patch) | |
| tree | e8e0a0373b7ed1c96e926b990a0df53797fda149 /src/tests | |
| parent | 84bf92e356398e74d13a82c9e31eb3749da6a1cf (diff) | |
| download | vyos-workflow-test-temp-d0ed30b90fdd8b7e9abb662a1cfbbac53b2ac8f6.tar.gz vyos-workflow-test-temp-d0ed30b90fdd8b7e9abb662a1cfbbac53b2ac8f6.zip | |
T0000: test commit
Diffstat (limited to 'src/tests')
| -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 f6a99f0..f417979 100644 --- a/src/tests/helper.py +++ b/src/tests/helper.py @@ -17,6 +17,7 @@ import sys import importlib.util import math +import json def prepare_module(file_path='', module_name=''): spec = importlib.util.spec_from_file_location(module_name, file_path) |
