Skip to content

Commit b8822b2

Browse files
committed
remove posix
1 parent 9b7c4c2 commit b8822b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ def test_all_examples(tmp_examples):
88
scripts.sort(key=lambda s: 0 if s.name == "fitBulkNi.py" else 1)
99
for script in scripts:
1010
script_relative_path = script.relative_to(tmp_examples).as_posix()
11+
print("hello", script_relative_path)
1112
print(f"Testing {script_relative_path}")
1213
runpy.run_path(str(script), run_name="__main__")

0 commit comments

Comments
 (0)