docs: fixed link to pytest docs

This commit is contained in:
troymc 2016-08-18 13:41:27 +02:00
parent dcb2b6bb39
commit 1a7951a28c

View File

@ -16,7 +16,7 @@ then in another terminal, do:
$ python setup.py test
```
(Aside: How does the above command work? The documentation for [pytest-runner](https://pypi.python.org/pypi/pytest-runner) explains. We use [pytest](http://pytest.org/latest/) to write all unit tests.)
(Aside: How does the above command work? The documentation for [pytest-runner](https://pypi.python.org/pypi/pytest-runner) explains. We use [pytest](http://docs.pytest.org/en/latest/) to write all unit tests.)
### Using docker-compose to Run the Tests