Skip to content

Commit bbbe59b

Browse files
committed
WIP-ADD: debugging for ci
1 parent 627e352 commit bbbe59b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration_tests/pybinds_tests/test_pybind_units.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
for path in sys.path:
1616
print(path)
1717
sys.exit(1)
18+
print("Current files in the directory:")
19+
for file in os.listdir(extra_dll_dir):
20+
print(file)
1821

1922
def test_dfb_test_simple():
2023
assert dfb.dfb_test.test() == True, "The test function should return True"

0 commit comments

Comments
 (0)