From d0ed30b90fdd8b7e9abb662a1cfbbac53b2ac8f6 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:25:17 +0530 Subject: T0000: test commit --- src/tests/helper.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) -- cgit v1.2.3 From 90fb69709f83f99538e2f3da77cad3ca6a0a69de Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:44:54 +0530 Subject: T0000: test unused import --- src/tests/test_config_diff.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/tests/test_config_diff.py b/src/tests/test_config_diff.py index 114edac..65f7a8f 100644 --- a/src/tests/test_config_diff.py +++ b/src/tests/test_config_diff.py @@ -17,6 +17,7 @@ import vyos.configtree from unittest import TestCase +import json class TestConfigDiff(TestCase): def setUp(self): -- cgit v1.2.3