Skip to content

Commit da41929

Browse files
authored
Fix typo with doctest-modules (#674)
Fix a small typo with #660. Should be doctest-modules, not doctest_modules
1 parent af4a43e commit da41929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,11 @@ Leave a comment in the PR and we'll help you out.
311311

312312
You can also run tests in just one test script using:
313313

314-
pytest --verbose --mpl --mpl-results-path=results --doctest_modules pygmt/tests/NAME_OF_TEST_FILE.py
314+
pytest --verbose --mpl --mpl-results-path=results --doctest-modules pygmt/tests/NAME_OF_TEST_FILE.py
315315

316316
or run tests which contain names that match a specific keyword expression:
317317

318-
pytest --verbose --mpl --mpl-results-path=results --doctest_modules -k KEYWORD pygmt/tests
318+
pytest --verbose --mpl --mpl-results-path=results --doctest-modules -k KEYWORD pygmt/tests
319319

320320
### Testing plots
321321

0 commit comments

Comments
 (0)