We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f47f9 commit 087ede6Copy full SHA for 087ede6
1 file changed
README.rst
@@ -69,13 +69,13 @@ pytest
69
pip install pytest pytest-cov
70
pytest --cov=./
71
72
-nosetest
+nosetests
73
--------
74
75
76
.. code-block:: shell-session
77
78
- nosetest --with-coverage
+ nosetests --with-coverage
79
80
See the `Offical Nose coverage docs <http://nose.readthedocs.org/en/latest/plugins/cover.html>`_ for more information.
81
0 commit comments