From b59a11c6b8c68c9472c714d6515084c583a052a2 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:16:05 +0530 Subject: T0000: check --- src/tests/test_find_device_file.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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): -- cgit v1.2.3