Skip to content

Commit 170ed02

Browse files
authored
Merge pull request #100 from gasparka/doc_skip_python_tests
Document how to collect notebook tests only, resolves #99
2 parents 3319519 + 77063c5 commit 170ed02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ marker comment.
6767

6868
py.test --nbval-lax
6969

70-
The commands above will execute all the `.ipynb` files in the current folder.
71-
Alternatively, you can execute a specific notebook:
70+
The commands above will execute all the `.ipynb` files and 'pytest' tests in the current folder.
71+
Specify `-p no:python` if you would like to execute notebooks only. Alternatively, you can execute a specific notebook:
7272

7373
py.test --nbval my_notebook.ipynb
7474

0 commit comments

Comments
 (0)