8000 Change test path to "tests" in contributing.rst (#1240) · AleCioc797/pvlib-python@82208ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 82208ff

Browse files
authored
Change test path to "tests" in contributing.rst (pvlib#1240)
1 parent 5b0b15a commit 82208ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sphinx/source/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,11 +343,11 @@ pvlib directory::
343343

344344
or, for a single module::
345345

346-
pytest pvlib/test/test_clearsky.py
346+
pytest pvlib/tests/test_clearsky.py
347347

348348
or, for a single test::
349349

350-
pytest pvlib/test/test_clearsky.py::test_ineichen_nans
350+
pytest pvlib/tests/test_clearsky.py::test_ineichen_nans
351351

352352
We suggest using pytest's ``--pdb`` flag to debug test failures rather
353353
than using ``print`` or ``logging`` calls. For example::

0 commit comments

Comments
 (0)
0