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 5c79fc8 commit f3e5035Copy full SHA for f3e5035
1 file changed
doc/index.rst
@@ -38,10 +38,16 @@ You can check out the latest version of the source code with the command::
38
39
git clone https://github.com/python-control/python-control.git
40
41
-You can run a set of unit tests to make sure that everything is working
42
-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::
43
44
- python setup.py test
+ pytest -v
45
+
46
+or to test the installed package::
47
48
+ pytest --pyargs control -v
49
50
+.. _pytest: https://docs.pytest.org/
51
52
Your contributions are welcome! Simply fork the `GitHub repository <https://github.com/python-control/python-control>`_ and send a
53
`pull request`_.
0 commit comments