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 52131ea commit a83a6b8Copy full SHA for a83a6b8
README.rst
@@ -51,6 +51,10 @@ it in `develop mode`_::
51
$ cd canopen
52
$ pip install -e .
53
54
+Unit tests can be run using the pytest_ framework::
55
+
56
+ $ pip install pytest
57
+ $ pytest -v
58
59
Documentation
60
-------------
@@ -165,3 +169,4 @@ logging_ level:
165
169
.. _Sphinx: http://www.sphinx-doc.org/
166
170
.. _develop mode: https://packaging.python.org/distributing/#working-in-development-mode
167
171
.. _logging: https://docs.python.org/3/library/logging.html
172
+.. _pytest: https://docs.pytest.org/
0 commit comments