Skip to content

Commit 1d9506c

Browse files
emulbrehwholmgren
authored andcommitted
Replace nosetests references with py.test (#232)
1 parent 74e500b commit 1d9506c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sphinx/source/contributing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ changes, such as fixing documentation typos.
8383
Testing
8484
-------
8585

86-
pvlib's unit tests can easily be run by executing ``nosetests`` on the
86+
pvlib's unit tests can easily be run by executing ``py.test`` on the
8787
pvlib directory:
8888

89-
``nosetests -v pvlib``
89+
``py.test pvlib``
9090

9191
or, for a single module:
9292

93-
``nosetests -v pvlib/tests/test_clearsky.py``
93+
``py.test pvlib/test/test_clearsky.py``
9494

9595
While copy/paste coding should generally be avoided, it's a great way
9696
to learn how to write unit tests!

0 commit comments

Comments
 (0)