We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b7dfb commit 9329355Copy full SHA for 9329355
1 file changed
py_utils/test/py_utils/unittest/system/test_System.py
@@ -46,8 +46,3 @@ def test_is_windows():
46
# Test case 3: Running the script on a different operating system
47
os.name = 'mac'
48
assert (is_windows() is False)
49
-
50
51
-# Run the tests
52
-test_is_linux()
53
-test_is_windows()
0 commit comments