2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
Plugins related to Python test functions and programs
|
|
|
|
=====================================================
|
|
|
|
|
|
|
|
xfail_ mark python tests as expected-to-fail and report them separately.
|
|
|
|
|
|
|
|
figleaf_ write and report coverage data with 'figleaf'.
|
|
|
|
|
|
|
|
monkeypatch_ safely patch object attributes, dicts and environment variables.
|
|
|
|
|
2009-07-22 22:09:49 +08:00
|
|
|
iocapture_ convenient capturing of writes to stdout/stderror streams and file descriptors.
|
2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
recwarn_ helpers for asserting deprecation and other warnings.
|
|
|
|
|
|
|
|
|
|
|
|
Plugins for other testing styles and languages
|
|
|
|
==============================================
|
|
|
|
|
|
|
|
unittest_ automatically discover and run traditional "unittest.py" style tests.
|
|
|
|
|
|
|
|
doctest_ collect and execute doctests from modules and test files.
|
|
|
|
|
|
|
|
oejskit_ run javascript tests in real life browsers
|
|
|
|
|
|
|
|
restdoc_ perform ReST syntax, local and remote reference tests on .rst/.txt files.
|
|
|
|
|
|
|
|
|
|
|
|
Plugins for generic reporting and failure logging
|
|
|
|
=================================================
|
|
|
|
|
|
|
|
pocoo_ submit failure information to paste.pocoo.org
|
|
|
|
|
|
|
|
resultlog_ resultlog plugin for machine-readable logging of test results.
|
|
|
|
|
2009-07-22 22:09:49 +08:00
|
|
|
terminal_ Implements terminal reporting of the full testing process.
|
2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
|
|
|
|
.. _`xfail`: xfail.html
|
|
|
|
.. _`figleaf`: figleaf.html
|
|
|
|
.. _`monkeypatch`: monkeypatch.html
|
|
|
|
.. _`iocapture`: iocapture.html
|
|
|
|
.. _`recwarn`: recwarn.html
|
|
|
|
.. _`unittest`: unittest.html
|
|
|
|
.. _`doctest`: doctest.html
|
|
|
|
.. _`oejskit`: oejskit.html
|
|
|
|
.. _`restdoc`: restdoc.html
|
|
|
|
.. _`pocoo`: pocoo.html
|
|
|
|
.. _`resultlog`: resultlog.html
|
|
|
|
.. _`terminal`: terminal.html
|