Skip to content

Commit

Permalink
docs/contributing: clarify that pytest is required for running accept…
Browse files Browse the repository at this point in the history
…ance tests
  • Loading branch information
umarcor committed Oct 3, 2021
1 parent 2a3e0b9 commit a8a2d23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ The test suite is divided into three parts:

The test suites must pass with Python 3.x as well as with all supported simulators.

For running the test locally we recommend using `pytest <https://pypi.python.org/pypi/pytest>`__.
For running the tests locally we recommend using `pytest <https://pypi.python.org/pypi/pytest>`__.
In fact, ``pytest`` is required for running the acceptance tests, because some specific features are used for allowing
certaing tests to fail.
See :doc:`how-to/skipping`.

Example
'''''''
Expand Down

0 comments on commit a8a2d23

Please sign in to comment.