Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,16 @@ You can check out the latest version of the source code with the command::
Testing
-------

You can run a set of unit tests to make sure that everything is working
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::

python setup.py test
pytest -v

or to test the installed package::

pytest --pyargs control -v

.. _pytest: https://docs.pytest.org/

License
-------
Expand Down
Loading