36 lines
644 B
Plaintext
36 lines
644 B
Plaintext
py.test: no-boilerplate testing with Python
|
|
==============================================
|
|
|
|
.. todolist::
|
|
|
|
.. note::
|
|
version 2.0 introduces ``pytest`` as the main Python import name
|
|
but for compatibility reasons you can continue to use ``import py``
|
|
and ``py.test.XYZ`` to access :ref:`pytest helpers` in your test code.
|
|
|
|
Welcome to ``py.test`` documentation:
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
overview
|
|
apiref
|
|
plugins
|
|
example/index
|
|
talks
|
|
develop
|
|
announce/index
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
changelog.txt
|
|
example/attic
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|