Skip to content

Commit cb62b40

Browse files
Add pytest marker for tutorial notebooks in test_execute_notebook
1 parent 30946af commit cb62b40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_tutorials.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def _find_tutorial_notebooks():
3939
_NOTEBOOKS = _find_tutorial_notebooks()
4040

4141

42+
@pytest.mark.tutorials
4243
@pytest.mark.parametrize("nb_path", _NOTEBOOKS, ids=[p.name for p in _NOTEBOOKS])
4344
def test_execute_notebook(nb_path):
4445
"""Execute a single Jupyter notebook and fail if any cell errors occur.

0 commit comments

Comments
 (0)