test_ok2/doc/en/how-to/index.rst

63 lines
777 B
ReStructuredText

:orphan:
.. _how-to:
How-to guides
================
Core pytest functionality
-------------------------
.. toctree::
:maxdepth: 1
usage
assert
fixtures
mark
parametrize
tmpdir
monkeypatch
doctest
cache
test output and outcomes
----------------------------
.. toctree::
:maxdepth: 1
logging
capture-stdout-stderr
capture-warnings
skipping
Plugins
----------------------------
.. toctree::
:maxdepth: 1
plugins
writing_plugins
writing_hook_functions
pytest and other test systems
-----------------------------
.. toctree::
:maxdepth: 1
existingtestsuite
unittest
nose
xunit_setup
pytest development environment
------------------------------
.. toctree::
:maxdepth: 1
bash-completion