We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30946af commit cb62b40Copy full SHA for cb62b40
tests/test_tutorials.py
@@ -39,6 +39,7 @@ def _find_tutorial_notebooks():
39
_NOTEBOOKS = _find_tutorial_notebooks()
40
41
42
+@pytest.mark.tutorials
43
@pytest.mark.parametrize("nb_path", _NOTEBOOKS, ids=[p.name for p in _NOTEBOOKS])
44
def test_execute_notebook(nb_path):
45
"""Execute a single Jupyter notebook and fail if any cell errors occur.
0 commit comments