Skip to content

Commit a83a6b8

Browse files
Add instructions for running the unit tests. (#280)
1 parent 52131ea commit a83a6b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ it in `develop mode`_::
5151
$ cd canopen
5252
$ pip install -e .
5353

54+
Unit tests can be run using the pytest_ framework::
55+
56+
$ pip install pytest
57+
$ pytest -v
5458

5559
Documentation
5660
-------------
@@ -165,3 +169,4 @@ logging_ level:
165169
.. _Sphinx: http://www.sphinx-doc.org/
166170
.. _develop mode: https://packaging.python.org/distributing/#working-in-development-mode
167171
.. _logging: https://docs.python.org/3/library/logging.html
172+
.. _pytest: https://docs.pytest.org/

0 commit comments

Comments
 (0)