The projects page unfortunately contains a lot of old projects, and some information there appears to be stale. It was created at a time pytest was starting to be used, but seems pointless now as pytest is the most popular testing framework, so listing a few dozen projects which use it seems pointless. Rather than updating it, I think we should remove it because this has the chance to become stale again soon, and not sure how valuable it is anyway.
117 lines
1.6 KiB
ReStructuredText
117 lines
1.6 KiB
ReStructuredText
.. _toc:
|
|
|
|
Full pytest documentation
|
|
===========================
|
|
|
|
`Download latest version as PDF <https://media.readthedocs.org/pdf/pytest/latest/pytest.pdf>`_
|
|
|
|
.. `Download latest version as EPUB <http://media.readthedocs.org/epub/pytest/latest/pytest.epub>`_
|
|
|
|
|
|
Start here
|
|
-----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
getting-started
|
|
|
|
|
|
How-to guides
|
|
-------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
how-to/usage
|
|
how-to/assert
|
|
how-to/fixtures
|
|
how-to/mark
|
|
how-to/parametrize
|
|
how-to/tmp_path
|
|
how-to/monkeypatch
|
|
how-to/doctest
|
|
how-to/cache
|
|
|
|
how-to/logging
|
|
how-to/capture-stdout-stderr
|
|
how-to/capture-warnings
|
|
how-to/skipping
|
|
|
|
how-to/plugins
|
|
how-to/writing_plugins
|
|
how-to/writing_hook_functions
|
|
|
|
how-to/existingtestsuite
|
|
how-to/unittest
|
|
how-to/nose
|
|
how-to/xunit_setup
|
|
|
|
how-to/bash-completion
|
|
|
|
|
|
Reference guides
|
|
-----------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
reference/fixtures
|
|
reference/plugin_list
|
|
reference/customize
|
|
reference/reference
|
|
|
|
|
|
Explanation
|
|
-----------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
explanation/anatomy
|
|
explanation/fixtures
|
|
explanation/goodpractices
|
|
explanation/flaky
|
|
explanation/pythonpath
|
|
|
|
|
|
Further topics
|
|
-----------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
example/index
|
|
|
|
backwards-compatibility
|
|
deprecations
|
|
py27-py34-deprecation
|
|
|
|
contributing
|
|
development_guide
|
|
|
|
sponsor
|
|
tidelift
|
|
license
|
|
contact
|
|
|
|
history
|
|
historical-notes
|
|
talks
|
|
|
|
|
|
.. only:: html
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
announce/index
|
|
|
|
.. only:: html
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
:maxdepth: 1
|
|
|
|
changelog
|