We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3319519 commit 77063c5Copy full SHA for 77063c5
README.md
@@ -67,8 +67,8 @@ marker comment.
67
68
py.test --nbval-lax
69
70
-The commands above will execute all the `.ipynb` files in the current folder.
71
-Alternatively, you can execute a specific notebook:
+The commands above will execute all the `.ipynb` files and 'pytest' tests in the current folder.
+Specify `-p no:python` if you would like to execute notebooks only. Alternatively, you can execute a specific notebook:
72
73
py.test --nbval my_notebook.ipynb
74
0 commit comments