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 74e500b commit 1d9506cCopy full SHA for 1d9506c
docs/sphinx/source/contributing.rst
@@ -83,14 +83,14 @@ changes, such as fixing documentation typos.
83
Testing
84
-------
85
86
-pvlib's unit tests can easily be run by executing ``nosetests`` on the
+pvlib's unit tests can easily be run by executing ``py.test`` on the
87
pvlib directory:
88
89
-``nosetests -v pvlib``
+``py.test pvlib``
90
91
or, for a single module:
92
93
-``nosetests -v pvlib/tests/test_clearsky.py``
+``py.test pvlib/test/test_clearsky.py``
94
95
While copy/paste coding should generally be avoided, it's a great way
96
to learn how to write unit tests!
0 commit comments