Skip to content

Commit 0cee463

Browse files
Add instructions for running tutorial notebook tests with pytest
1 parent ae9d5a0 commit 0cee463

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/developer.contributing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ You can also run the tests locally before submitting your pull request, using `p
9999

100100
pytest
101101

102+
3. [Optional] If you wish to run the tutorial notebook tests, you will need to add the ``--run-tutorials`` flag, which require the `doc` dependencies: ::
103+
104+
pip install -r doc/requirements.txt
105+
pytest --run-tutorials
106+
102107
Adding to the test suite
103108
^^^^^^^^^^^^^^^^^^^^^^^^
104109

0 commit comments

Comments
 (0)