We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf7b94 commit f6648d0Copy full SHA for f6648d0
README.md
@@ -75,6 +75,13 @@ If you'd like to build the documentation locally, you'll need:
75
- [numpydoc](https://numpydoc.readthedocs.io/en/latest/)
76
- [nbsphinx](https://nbsphinx.readthedocs.io/en/0.8.8/)
77
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
85
Note: **ares** has been tested only with Python 2.7.x and Python 3.7.x.
86
87
## Getting started
0 commit comments