Skip to content

Commit 77063c5

Browse files
committed
Document how to collect notebook tests only, resolves computationalmodelling#99
1 parent 3319519 commit 77063c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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)