2009-07-21 00:54:08 +08:00
|
|
|
|
2009-08-19 21:45:01 +08:00
|
|
|
plugins for Python test functions
|
|
|
|
=================================
|
2009-07-21 00:54:08 +08:00
|
|
|
|
2009-08-03 22:01:32 +08:00
|
|
|
xfail_ mark python test functions as expected-to-fail and report them separately.
|
2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
figleaf_ write and report coverage data with 'figleaf'.
|
|
|
|
|
|
|
|
monkeypatch_ safely patch object attributes, dicts and environment variables.
|
|
|
|
|
2009-08-03 18:16:12 +08:00
|
|
|
capture_ configurable per-test stdout/stderr capturing mechanisms.
|
2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
recwarn_ helpers for asserting deprecation and other warnings.
|
|
|
|
|
|
|
|
|
2009-08-19 21:45:01 +08:00
|
|
|
plugins for other testing styles and languages
|
2009-07-21 00:54:08 +08:00
|
|
|
==============================================
|
|
|
|
|
2009-08-19 01:04:57 +08:00
|
|
|
oejskit_ run javascript tests in real life browsers
|
|
|
|
|
2009-07-21 00:54:08 +08:00
|
|
|
unittest_ automatically discover and run traditional "unittest.py" style tests.
|
|
|
|
|
2009-08-19 01:04:57 +08:00
|
|
|
nose_ nose-compatibility plugin: allow to run nose test suites natively.
|
2009-07-21 00:54:08 +08:00
|
|
|
|
2009-08-19 01:04:57 +08:00
|
|
|
doctest_ collect and execute doctests from modules and test files.
|
2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
restdoc_ perform ReST syntax, local and remote reference tests on .rst/.txt files.
|
|
|
|
|
|
|
|
|
2009-08-19 21:45:01 +08:00
|
|
|
plugins for generic reporting and failure logging
|
2009-07-21 00:54:08 +08:00
|
|
|
=================================================
|
|
|
|
|
2009-08-03 17:56:56 +08:00
|
|
|
pastebin_ submit failure or test session information to a pastebin service.
|
2009-07-21 00:54:08 +08:00
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
2009-08-19 21:45:01 +08:00
|
|
|
plugins for generic reporting and failure logging
|
|
|
|
=================================================
|
|
|
|
|
|
|
|
pastebin_ submit failure or test session information to a pastebin service.
|
|
|
|
|
|
|
|
resultlog_ resultlog plugin for machine-readable logging of test results.
|
|
|
|
|
|
|
|
terminal_ Implements terminal reporting of the full testing process.
|
|
|
|
|
|
|
|
|
|
|
|
misc plugins / core functionality
|
|
|
|
=================================
|
|
|
|
|
|
|
|
helpconfig_ provide version info, conftest/environment config names.
|
2009-07-31 20:21:02 +08:00
|
|
|
|
|
|
|
pdb_ interactive debugging with the Python Debugger.
|
|
|
|
|
|
|
|
keyword_ mark test functions with keywords that may hold values.
|
|
|
|
|
|
|
|
hooklog_ log invocations of extension hooks to a file.
|
|
|
|
|
|
|
|
|
2009-07-31 20:43:04 +08:00
|
|
|
.. include:: links.txt
|