Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
Add instructions for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-kulynych committed Jan 3, 2019
1 parent 1b032ba commit d7d3334
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.rst
Expand Up @@ -14,6 +14,15 @@ Specify the ``[dev]`` option to install the development packages:
pip install -e ".[dev]"
Running tests
-------------

Use pytest to run all unit tests.

.. code-block:: bash
pytest
Building docs
-------------

Expand Down

0 comments on commit d7d3334

Please sign in to comment.