Skip to content

Commit ef90346

Browse files
committed
Fix broken links
1 parent 78f0388 commit ef90346

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/en/fixture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pytest fixtures: explicit, modular, scalable
1111

1212
.. _`xUnit`: http://en.wikipedia.org/wiki/XUnit
1313
.. _`purpose of test fixtures`: http://en.wikipedia.org/wiki/Test_fixture#Software
14-
.. _`Dependency injection`: http://en.wikipedia.org/wiki/Dependency_injection#Definition
14+
.. _`Dependency injection`: http://en.wikipedia.org/wiki/Dependency_injection
1515

1616
The `purpose of test fixtures`_ is to provide a fixed baseline
1717
upon which tests can reliably and repeatedly execute. pytest fixtures

doc/en/goodpractices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ dependencies are isolated from the system Python installation.
147147
If you frequently release code and want to make sure that your actual
148148
package passes all tests you may want to look into `tox`_, the
149149
virtualenv test automation tool and its `pytest support
150-
<http://testrun.org/tox/latest/example/pytest.html>`_.
150+
<https://tox.readthedocs.io/en/latest/example/pytest.html>`_.
151151
Tox helps you to setup virtualenv environments with pre-defined
152152
dependencies and then executing a pre-configured test command with
153153
options. It will run tests against the installed package and not

doc/en/writing_plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If a package is installed this way, ``pytest`` will load
172172
.. note::
173173

174174
Make sure to include ``Framework :: Pytest`` in your list of
175-
`PyPI classifiers <https://python-packaging-user-guide.readthedocs.io/en/latest/distributing/#classifiers>`_
175+
`PyPI classifiers <https://python-packaging-user-guide.readthedocs.io/distributing/#classifiers>`_
176176
to make it easy for users to find your plugin.
177177

178178

0 commit comments

Comments
 (0)