Skip to content

Commit

Permalink
Explain how to run unittests locally
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoskoukis-slamcore committed May 26, 2021
1 parent 5952935 commit e05ae28
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,18 @@ Alternatively the ``-e/--editable`` flag of ``pip`` can be used::

# from the top level of this repo
pip3 install --user -e .


Running tests
--------------

To run the unittests locally you shuld also have the following PyPI packages
installed:

* coverage
* flake8
* flake8-import-order
* flake8-docstrings
* pytest

To run the tests, run ``pytest`` from the root of the repository.

0 comments on commit e05ae28

Please sign in to comment.