Skip to content

Commit f6648d0

Browse files
authored
added note about pytest and pytest-cov to README
1 parent bdf7b94 commit f6648d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ If you'd like to build the documentation locally, you'll need:
7575
- [numpydoc](https://numpydoc.readthedocs.io/en/latest/)
7676
- [nbsphinx](https://nbsphinx.readthedocs.io/en/0.8.8/)
7777

78+
and if you'd like to run the test suite locally, you'll want:
79+
80+
- [pytest](https://docs.pytest.org/en/7.1.x/)
81+
- [pytest-cov](https://pytest-cov.readthedocs.io/en/latest/)
82+
83+
which are pip-installable.
84+
7885
Note: **ares** has been tested only with Python 2.7.x and Python 3.7.x.
7986

8087
## Getting started

0 commit comments

Comments
 (0)