Skip to content

Commit 10074c2

Browse files
committed
Suggested command line option grouping under 'nbval'.
1 parent 8593e7d commit 10074c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nbval/plugin.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ def pytest_addoption(parser):
7171
7272
This is called by the pytest API
7373
"""
74-
group = parser.getgroup("general")
74+
group = parser.getgroup("nbval", "Jupyter Notebook validation")
75+
7576
group.addoption('--nbval', action='store_true',
76-
help="Validate Jupyter notebooks")
77+
help="Run Jupyter notebooks, validating all output")
7778

7879
group.addoption('--nbval-lax', action='store_true',
7980
help="Run Jupyter notebooks, only validating output on "

0 commit comments

Comments
 (0)