Skip to content

Commit cb0b327

Browse files
Fix tests for new docs
1 parent d2e4e1e commit cb0b327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tutorials_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def list_notebooks(directory: str) -> list:
1717

1818

1919
@pytest.mark.slow
20-
@pytest.mark.parametrize("notebook_path", list_notebooks("tutorials/"))
20+
@pytest.mark.parametrize("notebook_path", list_notebooks("docs/tutorials/"))
2121
def test_tutorials(notebook_path):
2222
"""Test that all notebooks in the tutorials directory can be executed."""
2323
with open(notebook_path) as f:

0 commit comments

Comments
 (0)