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 8f1b59b commit ebe1956Copy full SHA for ebe1956
eyelinkio/tests/test_edf.py
@@ -167,6 +167,7 @@ def test_to_mne():
167
raise ValueError(f"Unexpected file: {fname}")
168
169
def test_edfapi_not_installed():
170
+ """Test that an error is raised if SR Research's edfapi is not installed."""
171
with patch("eyelinkio.edf.read.has_edfapi", False):
172
with pytest.raises(OSError, match="Could not load EDF api"):
- read_edf(fnames[0])
173
+ read_edf(fnames[0])
0 commit comments