Skip to content

Commit 24b546d

Browse files
Explain how to run unittests locally
1 parent 89bbf61 commit 24b546d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,18 @@ Alternatively the ``-e/--editable`` flag of ``pip`` can be used::
217217

218218
# from the top level of this repo
219219
pip3 install --user -e .
220+
221+
222+
Running tests
223+
--------------
224+
225+
To run the unittests locally you shuld also have the following PyPI packages
226+
installed:
227+
228+
* coverage
229+
* flake8
230+
* flake8-import-order
231+
* flake8-docstrings
232+
* pytest
233+
234+
To run the tests, run ``pytest`` from the root of the repository.

0 commit comments

Comments
 (0)