From 38878c91cc0ad92aad3b6cef40e82dd9c563ebf5 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:36:38 +0530 Subject: T0000: test --- src/tests/test_op_mode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/test_op_mode.py b/src/tests/test_op_mode.py index 90963b3..d4e90b0 100644 --- a/src/tests/test_op_mode.py +++ b/src/tests/test_op_mode.py @@ -21,7 +21,7 @@ import vyos.opmode class TestVyOSOpMode(TestCase): def test_field_name_normalization(self): from vyos.opmode import _normalize_field_name - + if False: print('False') self.assertEqual(_normalize_field_name(" foo bar "), "foo_bar") self.assertEqual(_normalize_field_name("foo-bar"), "foo_bar") self.assertEqual(_normalize_field_name("foo (bar) baz"), "foo_bar_baz") -- cgit v1.2.3 From d5e4983bb69b21a97147c8a81c348da67b16d85d Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Tue, 27 Aug 2024 01:02:42 +0530 Subject: T0000: check --- .github/workflows/darker-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/darker-lint.yml b/.github/workflows/darker-lint.yml index 72edf87..4799c0f 100644 --- a/.github/workflows/darker-lint.yml +++ b/.github/workflows/darker-lint.yml @@ -29,7 +29,7 @@ jobs: - name: darker install run: | - pip install git+https://github.com/akaihola/darker.git@master isort==5.11.4 ruff>=0.0.292 + pip install git+https://github.com/akaihola/darker.git@master ruff>=0.0.292 - name: Fetch base branch run: | @@ -37,4 +37,4 @@ jobs: - name: Analyze Code run: | - darker -r ${base_ref} --check --diff --lint "ruff check" --isort --color ./src \ No newline at end of file + darker -r ${base_ref} --check --diff --lint "ruff check" --color ./src \ No newline at end of file -- cgit v1.2.3