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 479d320 commit 2602826Copy full SHA for 2602826
test/test_cli/test_script.py
@@ -17,6 +17,7 @@
17
if not test_data_path.exists():
18
test_data_path = None
19
20
+print("test_data_path:", test_data_path)
21
22
# Create fixture to auto cleanup tmp directory after tests
23
@pytest.fixture(scope="session", autouse=True)
0 commit comments