We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8593e7d commit 10074c2Copy full SHA for 10074c2
nbval/plugin.py
@@ -71,9 +71,10 @@ def pytest_addoption(parser):
71
72
This is called by the pytest API
73
"""
74
- group = parser.getgroup("general")
+ group = parser.getgroup("nbval", "Jupyter Notebook validation")
75
+
76
group.addoption('--nbval', action='store_true',
- help="Validate Jupyter notebooks")
77
+ help="Run Jupyter notebooks, validating all output")
78
79
group.addoption('--nbval-lax', action='store_true',
80
help="Run Jupyter notebooks, only validating output on "
0 commit comments