1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

fix test reqs and docs

This commit is contained in:
Stefan Pratter
2018-11-09 10:22:11 +00:00
parent befc519726
commit 33c293e993
2 changed files with 3 additions and 2 deletions

View File

@@ -164,6 +164,7 @@ version_merge_release
# Tests
```sh
pytest -v -rxs --cov-report term-missing --cov=peeringdb_server/ --capture=sys tests/
pip install -r requirements-test.txt
py.test -v -rxs --cov-report term-missing --cov=peeringdb_server/ --capture=sys tests/
```