mirror of https://github.com/pytest-dev/pytest.git
Fix links in docs
This commit is contained in:
parent
45852386e5
commit
f2300fbab2
|
@ -1,11 +1,13 @@
|
||||||
|
.. _existingtestsuite:
|
||||||
|
|
||||||
Using pytest with an existing test suite
|
Using pytest with an existing test suite
|
||||||
===========================================
|
===========================================
|
||||||
|
|
||||||
Pytest can be used with most existing test suites, but its
|
Pytest can be used with most existing test suites, but its
|
||||||
behavior differs from other test runners such as :ref:`nose` or
|
behavior differs from other test runners such as :ref:`nose <noseintegration>` or
|
||||||
Python's default unittest framework.
|
Python's default unittest framework.
|
||||||
|
|
||||||
Before using this section you will want to :ref:`getting-started <install pytest>`.
|
Before using this section you will want to :ref:`install pytest <getstarted>`.
|
||||||
|
|
||||||
Running an existing test suite with pytest
|
Running an existing test suite with pytest
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
@ -27,6 +29,6 @@ Setting up your project in development mode lets you avoid having to
|
||||||
reinstall every time you want to run your tests, and is less brittle than
|
reinstall every time you want to run your tests, and is less brittle than
|
||||||
mucking about with sys.path to point your tests at local code.
|
mucking about with sys.path to point your tests at local code.
|
||||||
|
|
||||||
Also consider using `Tox <https://tox.readthedocs.io/en/latest>`_.
|
Also consider using :ref:`tox <use tox>`.
|
||||||
|
|
||||||
.. include:: links.inc
|
.. include:: links.inc
|
||||||
|
|
|
@ -191,8 +191,8 @@ Where to go next
|
||||||
Here are a few suggestions where to go next:
|
Here are a few suggestions where to go next:
|
||||||
|
|
||||||
* :ref:`cmdline` for command line invocation examples
|
* :ref:`cmdline` for command line invocation examples
|
||||||
* :ref:`existingtestsuite` for working with pre-existing tests
|
|
||||||
* :ref:`good practices <goodpractices>` for virtualenv, test layout
|
* :ref:`good practices <goodpractices>` for virtualenv, test layout
|
||||||
|
* :ref:`existingtestsuite` for working with pre-existing tests
|
||||||
* :ref:`fixtures` for providing a functional baseline to your tests
|
* :ref:`fixtures` for providing a functional baseline to your tests
|
||||||
* :ref:`plugins` managing and writing plugins
|
* :ref:`plugins` managing and writing plugins
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue