Skip to content

Commit

Permalink
Add quick how-to for testing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 5, 2020
1 parent 5f930e7 commit 85e97d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/python/packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ Requirements
- Do not use ``requirements.txt``
- Sort requirements alphabetically

.. _packages-testing:

Automated testing
-----------------

```shell
pip install .[test]
pytest
```

Release process
---------------

Expand Down
2 changes: 2 additions & 0 deletions docs/python/quality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Automated testing

pytest is preferred, as documented at :ref:`preferred-packages`.

**How To:** Run tests in :ref:`packages<packages-testing>`.

Continuous testing
------------------

Expand Down

0 comments on commit 85e97d7

Please sign in to comment.