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 253b7f1 commit 5224271Copy full SHA for 5224271
CONTRIBUTING.md
@@ -93,9 +93,9 @@ One branch per bug/feature. Don't stack PR on top of other PR branches!
93
94
### Testing
95
96
-Testing can be done by using [Nose](http://nose.readthedocs.io/).
97
-As described in Nose documentation, run `nosetests3` in the top
98
-level of the project directory.
+Testing can be done by using [pytest](http://pytest.org).
+As described in the [pyest documentation](https://docs.pytest.org/en/stable/how-to/usage.html),
+run `pytest` in the top level of the project directory.
99
100
Additionally, the project is [configured to use the free Travis CI]
101
(https://travis-ci.org/chfoo/wpull).
0 commit comments