We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbe59b commit 9a0fff3Copy full SHA for 9a0fff3
tests/integration_tests/pybinds_tests/test_pybind_units.py
@@ -14,10 +14,10 @@
14
print("Current sys.path directories:")
15
for path in sys.path:
16
print(path)
17
- sys.exit(1)
18
print("Current files in the directory:")
19
for file in os.listdir(extra_dll_dir):
20
print(file)
+ sys.exit(1)
21
22
def test_dfb_test_simple():
23
assert dfb.dfb_test.test() == True, "The test function should return True"
0 commit comments