test_ok1/doc/index.txt

36 lines
630 B
Plaintext
Raw Normal View History

py.test: no-boilerplate testing with Python
==============================================
2010-11-02 07:53:53 +08:00
.. todolist::
.. note::
version 2.0 introduces ``pytest`` as the main Python import name
in examples but 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
2010-11-02 07:53:53 +08:00
plugins
2010-11-06 06:37:25 +08:00
example/index
talks
develop
announce/index
.. toctree::
:hidden:
changelog.txt
example/attic
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`