From 1a7951a28c08aa60e05a1c2608c9f4149335ff7b Mon Sep 17 00:00:00 2001 From: troymc Date: Thu, 18 Aug 2016 13:41:27 +0200 Subject: [PATCH] docs: fixed link to pytest docs --- docs/source/dev-and-test/running-unit-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/dev-and-test/running-unit-tests.md b/docs/source/dev-and-test/running-unit-tests.md index 17c75256..c3347d79 100644 --- a/docs/source/dev-and-test/running-unit-tests.md +++ b/docs/source/dev-and-test/running-unit-tests.md @@ -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