2011-07-07 04:05:48 +08:00
|
|
|
.. _toc:
|
|
|
|
|
2012-02-02 19:24:12 +08:00
|
|
|
Full pytest documentation
|
|
|
|
===========================
|
2011-07-07 04:05:48 +08:00
|
|
|
|
2016-07-27 07:20:22 +08:00
|
|
|
`Download latest version as PDF <https://media.readthedocs.org/pdf/pytest/latest/pytest.pdf>`_
|
2011-07-08 18:42:26 +08:00
|
|
|
|
|
|
|
.. `Download latest version as EPUB <http://media.readthedocs.org/epub/pytest/latest/pytest.epub>`_
|
|
|
|
|
2021-03-12 01:22:54 +08:00
|
|
|
|
|
|
|
Start here
|
|
|
|
-----------
|
|
|
|
|
2011-07-07 04:05:48 +08:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2016-08-23 10:35:41 +08:00
|
|
|
getting-started
|
2021-03-12 01:22:54 +08:00
|
|
|
|
|
|
|
|
|
|
|
How-to guides
|
|
|
|
-------------
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2021-03-12 04:30:47 +08:00
|
|
|
how-to/usage
|
|
|
|
how-to/assert
|
2021-03-15 16:22:11 +08:00
|
|
|
how-to/fixtures
|
2021-03-12 04:30:47 +08:00
|
|
|
how-to/mark
|
2021-03-15 16:22:11 +08:00
|
|
|
how-to/parametrize
|
2021-07-14 23:53:27 +08:00
|
|
|
how-to/tmp_path
|
2021-03-15 16:22:11 +08:00
|
|
|
how-to/monkeypatch
|
|
|
|
how-to/doctest
|
|
|
|
how-to/cache
|
|
|
|
|
|
|
|
how-to/logging
|
|
|
|
how-to/capture-stdout-stderr
|
|
|
|
how-to/capture-warnings
|
2021-03-12 04:30:47 +08:00
|
|
|
how-to/skipping
|
2021-03-15 16:22:11 +08:00
|
|
|
|
2021-03-12 04:30:47 +08:00
|
|
|
how-to/plugins
|
2021-03-15 16:22:11 +08:00
|
|
|
how-to/writing_plugins
|
|
|
|
how-to/writing_hook_functions
|
|
|
|
|
|
|
|
how-to/existingtestsuite
|
|
|
|
how-to/unittest
|
|
|
|
how-to/xunit_setup
|
|
|
|
|
2021-03-12 04:30:47 +08:00
|
|
|
how-to/bash-completion
|
2021-03-12 01:22:54 +08:00
|
|
|
|
|
|
|
|
|
|
|
Reference guides
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2021-03-13 06:16:47 +08:00
|
|
|
reference/fixtures
|
2021-03-12 04:30:47 +08:00
|
|
|
reference/plugin_list
|
|
|
|
reference/customize
|
|
|
|
reference/reference
|
2016-08-23 10:35:41 +08:00
|
|
|
|
2021-03-12 01:22:54 +08:00
|
|
|
|
2021-03-13 06:57:53 +08:00
|
|
|
Explanation
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
explanation/anatomy
|
|
|
|
explanation/fixtures
|
|
|
|
explanation/goodpractices
|
|
|
|
explanation/flaky
|
|
|
|
explanation/pythonpath
|
|
|
|
|
|
|
|
|
2021-03-12 01:22:54 +08:00
|
|
|
Further topics
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2017-07-20 08:11:17 +08:00
|
|
|
example/index
|
2016-02-23 07:42:39 +08:00
|
|
|
|
2016-07-18 03:14:16 +08:00
|
|
|
backwards-compatibility
|
2018-09-19 07:56:40 +08:00
|
|
|
deprecations
|
2019-10-25 01:58:58 +08:00
|
|
|
|
2015-09-26 12:09:50 +08:00
|
|
|
contributing
|
2017-09-08 04:48:34 +08:00
|
|
|
development_guide
|
2019-10-25 01:58:58 +08:00
|
|
|
|
|
|
|
sponsor
|
|
|
|
tidelift
|
|
|
|
license
|
|
|
|
contact
|
|
|
|
|
2021-06-24 02:26:08 +08:00
|
|
|
history
|
2019-10-25 01:58:58 +08:00
|
|
|
historical-notes
|
2011-07-07 04:05:48 +08:00
|
|
|
talks
|
2019-10-25 01:58:58 +08:00
|
|
|
|
2011-07-07 04:05:48 +08:00
|
|
|
|
2015-09-29 19:37:30 +08:00
|
|
|
.. only:: html
|
2015-10-08 00:10:13 +08:00
|
|
|
|
2015-09-29 19:37:30 +08:00
|
|
|
.. toctree::
|
2016-08-23 10:35:41 +08:00
|
|
|
:maxdepth: 1
|
2015-09-29 19:37:30 +08:00
|
|
|
|
|
|
|
announce/index
|
|
|
|
|
|
|
|
.. only:: html
|
2015-10-08 00:10:13 +08:00
|
|
|
|
2015-09-29 19:37:30 +08:00
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
2016-08-23 10:35:41 +08:00
|
|
|
:maxdepth: 1
|
2011-07-07 04:05:48 +08:00
|
|
|
|
2015-09-29 19:37:30 +08:00
|
|
|
changelog
|