diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-08-29 21:16:05 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 21:16:05 +0530 |
commit | b59a11c6b8c68c9472c714d6515084c583a052a2 (patch) | |
tree | 8e9ffb49d732f0b9fbb3e06d5397400d88466e9d /src | |
parent | ff8b1a14222ce0e1594294cc39658020bac8e07f (diff) | |
download | vyos-workflow-test-temp-b59a11c6b8c68c9472c714d6515084c583a052a2.tar.gz vyos-workflow-test-temp-b59a11c6b8c68c9472c714d6515084c583a052a2.zip |
T0000: check
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/test_find_device_file.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/test_find_device_file.py b/src/tests/test_find_device_file.py index 9c6147c..24ad81e 100644 --- a/src/tests/test_find_device_file.py +++ b/src/tests/test_find_device_file.py @@ -27,6 +27,8 @@ class TestDeviceFile(TestCase): self.assertEqual(find_device_file('null'), '/dev/null') def test_zero(self): + if False: print('False') + if True: print('True Again') self.assertEqual(find_device_file('zero'), '/dev/zero') def test_input_event(self): |