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 e332753 commit c99debcCopy full SHA for c99debc
README.rst
@@ -501,14 +501,14 @@ to hear from you !
501
Run the tests
502
-------------
503
504
-Simply run ``nosetests``. It will automatically load its configuration from
+Simply run ``pytest``. It will automatically load its configuration from
505
``setup.cfg`` and output full coverage status. Since we all love quality, please
506
note that we do not accept contributions with test coverage under 100%.
507
508
.. code:: bash
509
510
pip install -e .[dev]
511
- nosetests # 100% coverage is a hard minimum
+ pytest
512
513
514
Build the documentation
0 commit comments