The only remaining 'py.test' references are: * those referring to the 'py.test' executable * those in code explicitly testing py.test/pytest module compatibility * those in old CHANGES documentation * those in documentation generated based on external data * those in seemingly unfinished & unmaintained Japanese documentation Minor stylistic changes and typo corrections made to documentation next to several applied py.test --> pytest content changes.
28 lines
392 B
Plaintext
28 lines
392 B
Plaintext
|
|
.. _apiref:
|
|
|
|
pytest reference documentation
|
|
================================================
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
builtin.txt
|
|
customize.txt
|
|
assert.txt
|
|
fixture.txt
|
|
yieldfixture.txt
|
|
parametrize.txt
|
|
xunit_setup.txt
|
|
capture.txt
|
|
monkeypatch.txt
|
|
xdist.txt
|
|
tmpdir.txt
|
|
mark.txt
|
|
skipping.txt
|
|
recwarn.txt
|
|
unittest.txt
|
|
nose.txt
|
|
doctest.txt
|
|
|