test_ok2/doc/en/test/index.rst

36 lines
955 B
ReStructuredText
Raw Normal View History

2009-08-19 01:04:57 +08:00
=======================================
pytest documentation index
2009-08-19 01:04:57 +08:00
=======================================
features_: overview and discussion of features.
2009-08-19 01:04:57 +08:00
quickstart_: getting started with writing a simple test.
2009-08-19 01:04:57 +08:00
`talks, tutorials, examples`_: tutorial examples, slides
2009-08-19 01:04:57 +08:00
funcargs_: powerful parametrized test function setup
2009-08-19 01:04:57 +08:00
`plugins`_: list of available plugins with usage examples and feature details.
2009-08-19 01:04:57 +08:00
customize_: configuration, customization, extensions
2009-08-19 01:04:57 +08:00
changelog_: history of changes covering last releases
2009-08-19 01:04:57 +08:00
**Continuous Integration of pytest's own tests and plugins with Hudson**:
`http://hudson.testrun.org/view/pytest`_
.. _`http://hudson.testrun.org/view/pytest`: http://hudson.testrun.org/view/pytest/
.. _changelog: ../changelog.html
2009-08-19 01:04:57 +08:00
.. _`plugins`: plugin/index.html
.. _`talks, tutorials, examples`: talks.html
.. _quickstart: quickstart.html
.. _features: features.html
.. _funcargs: funcargs.html
.. _customize: customize.html