summaryrefslogtreecommitdiff
path: root/doc/en/goodpractices.rst
diff options
context:
space:
mode:
authorPeter Heatwole <pheatwole@gmail.com>2017-01-02 14:07:41 -0800
committerPeter Heatwole <pheatwole@gmail.com>2017-01-02 14:19:49 -0800
commitef903460b1670a59db54cc47976a79b059062252 (patch)
tree66761dded5945608a00fb9fd7079068d6cdee913 /doc/en/goodpractices.rst
parent78f03888f447802f642b6d66c1851ddcbc2b4948 (diff)
downloadpytest-ef903460b1670a59db54cc47976a79b059062252.tar.gz
Fix broken links
Diffstat (limited to 'doc/en/goodpractices.rst')
-rw-r--r--doc/en/goodpractices.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/goodpractices.rst b/doc/en/goodpractices.rst
index 43b15a077..48f80a9e2 100644
--- a/doc/en/goodpractices.rst
+++ b/doc/en/goodpractices.rst
@@ -147,7 +147,7 @@ dependencies are isolated from the system Python installation.
If you frequently release code and want to make sure that your actual
package passes all tests you may want to look into `tox`_, the
virtualenv test automation tool and its `pytest support
-<http://testrun.org/tox/latest/example/pytest.html>`_.
+<https://tox.readthedocs.io/en/latest/example/pytest.html>`_.
Tox helps you to setup virtualenv environments with pre-defined
dependencies and then executing a pre-configured test command with
options. It will run tests against the installed package and not