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 05157b0 commit 7d0ba8dCopy full SHA for 7d0ba8d
darshan-util/pydarshan/darshan/tests/test_file_stats.py
@@ -65,6 +65,8 @@ def _provide_logs_repo_filepaths_filtered():
65
path for path in _provide_logs_repo_filepaths()
66
if 'dlio_logs' in path
67
]
68
+@pytest.mark.skipif(not pytest.has_log_repo,
69
+ reason="missing darshan_logs")
70
@pytest.mark.parametrize(
71
("argv", "expected"),
72
[
darshan-util/pydarshan/darshan/tests/test_job_stats.py
@@ -58,6 +58,8 @@ def _provide_logs_repo_filepaths_filtered():
58
59
60
61
62
63
64
0 commit comments