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.
2 parents 2d61988 + 9286831 commit 8ff2763Copy full SHA for 8ff2763
README.rst
@@ -99,10 +99,16 @@ You can check out the latest version of the source code with the command::
99
Testing
100
-------
101
102
-You can run a set of unit tests to make sure that everything is working
103
-correctly. After installation, run::
+You can run the unit tests with `pytest`_ to make sure that everything is
+working correctly. Inside the source directory, run::
104
105
- python setup.py test
+ pytest -v
106
+
107
+or to test the installed package::
108
109
+ pytest --pyargs control -v
110
111
+.. _pytest: https://docs.pytest.org/
112
113
License
114
0 commit comments