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 af4a43e commit da41929Copy full SHA for da41929
CONTRIBUTING.md
@@ -311,11 +311,11 @@ Leave a comment in the PR and we'll help you out.
311
312
You can also run tests in just one test script using:
313
314
- pytest --verbose --mpl --mpl-results-path=results --doctest_modules pygmt/tests/NAME_OF_TEST_FILE.py
+ pytest --verbose --mpl --mpl-results-path=results --doctest-modules pygmt/tests/NAME_OF_TEST_FILE.py
315
316
or run tests which contain names that match a specific keyword expression:
317
318
- pytest --verbose --mpl --mpl-results-path=results --doctest_modules -k KEYWORD pygmt/tests
+ pytest --verbose --mpl --mpl-results-path=results --doctest-modules -k KEYWORD pygmt/tests
319
320
### Testing plots
321
0 commit comments