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 5b0b15a commit 82208ffCopy full SHA for 82208ff
docs/sphinx/source/contributing.rst
@@ -343,11 +343,11 @@ pvlib directory::
343
344
or, for a single module::
345
346
- pytest pvlib/test/test_clearsky.py
+ pytest pvlib/tests/test_clearsky.py
347
348
or, for a single test::
349
350
- pytest pvlib/test/test_clearsky.py::test_ineichen_nans
+ pytest pvlib/tests/test_clearsky.py::test_ineichen_nans
351
352
We suggest using pytest's ``--pdb`` flag to debug test failures rather
353
than using ``print`` or ``logging`` calls. For example::
0 commit comments