There was an error while loading. Please reload this page.
1 parent 51f27ff commit 51d6bccCopy full SHA for 51d6bcc
1 file changed
tests/conftest.py
@@ -6,7 +6,7 @@
6
def zoom_raw_path():
7
path = os.path.join("test_data", "MS2_MS1_zoom.raw")
8
if not os.path.exists(path):
9
- pytest.skip(f"Test file {path} not found")
+ raise FileNotFoundError(f"Test file {path} not found")
10
return path
11
12
@pytest.fixture(scope="session")
0 commit comments