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:
@@ -164,6 +164,7 @@ version_merge_release
|
|||||||
# Tests
|
# Tests
|
||||||
|
|
||||||
```sh
|
```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/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
pytest>=2.8.7
|
pytest>=2.8.7
|
||||||
pytest-cov>=2.0.0
|
pytest-cov>=2.0.0
|
||||||
pytest-django>=2.9.1
|
pytest-django>=2.9.1
|
||||||
pytest-filedata==0.1.0
|
pytest-filedata>=0.1.0
|
||||||
jsonschema>=2.6.0
|
jsonschema>=2.6.0
|
||||||
|
|||||||
Reference in New Issue
Block a user