test_ok2/py/test/plugin
holger krekel 8fcdac9dd6 * fix capturing and unicode printing in tests
* introduce "_encoding" to py/io/terminalwriter writing
* beautify a few __repr__ for better internal debugging

--HG--
branch : 1.0.x
2009-08-06 14:34:19 +02:00
..
__init__.py [svn r62211] merge 60797:HEAD of pytestplugin branch: 2009-02-27 11:18:27 +01:00
conftest.py * remove redundant call_next_provider method, thus generalizing Request object 2009-06-11 19:49:25 +02:00
hookspec.py * rename "rep" to "report" in reporting hooks 2009-08-04 12:00:04 +02:00
pytest__pytest.py applying samuele's patch fixing a regression 2009-07-22 14:50:17 +02:00
pytest_capture.py * fix capturing and unicode printing in tests 2009-08-06 14:34:19 +02:00
pytest_default.py shift options and tests to terminal plugin 2009-08-03 15:27:26 +02:00
pytest_doctest.py * rename "rep" to "report" in reporting hooks 2009-08-04 12:00:04 +02:00
pytest_execnetcleanup.py introduced pytest_keyboardinterrupt hook 2009-07-20 14:01:40 +02:00
pytest_figleaf.py new cleaner layout, many improvements to docs 2009-07-20 18:54:08 +02:00
pytest_hooklog.py * streamlining plugin docstrings 2009-07-08 19:18:26 +02:00
pytest_keyword.py simplify py.test.mark API, 2009-07-28 14:26:32 +02:00
pytest_monkeypatch.py new cleaner layout, many improvements to docs 2009-07-20 18:54:08 +02:00
pytest_pastebin.py rename pocoo to "pastebin" plugin, write documentation, implement whole-session-pasting 2009-08-03 11:56:56 +02:00
pytest_pdb.py * reworked capturing to only capture once per runtest cycle 2009-07-31 14:21:02 +02:00
pytest_pylint.py make pylint plugin not bail out early, still does nothing useful, though 2009-08-03 16:34:48 +02:00
pytest_pytester.py * rename "rep" to "report" in reporting hooks 2009-08-04 12:00:04 +02:00
pytest_recwarn.py update docs, leave out internal plugins 2009-07-22 16:09:49 +02:00
pytest_restdoc.py fixes for python 2.4 2009-07-31 15:35:22 +02:00
pytest_resultlog.py * rename "rep" to "report" in reporting hooks 2009-08-04 12:00:04 +02:00
pytest_runner.py * fix capturing and unicode printing in tests 2009-08-06 14:34:19 +02:00
pytest_terminal.py * rename "rep" to "report" in reporting hooks 2009-08-04 12:00:04 +02:00
pytest_tmpdir.py integrate plugin hook checking directly when registering 2009-05-22 23:50:35 +02:00
pytest_unittest.py improve unittest documentation, enable plugin by default 2009-07-20 18:54:18 +02:00
pytest_xfail.py showing relative paths by default, improving xfail output a bit, bumping version info to 1.0.0 2009-08-03 16:01:32 +02:00
test_pytest_capture.py * fix capturing and unicode printing in tests 2009-08-06 14:34:19 +02:00
test_pytest_runner.py * fix capturing and unicode printing in tests 2009-08-06 14:34:19 +02:00
test_pytest_runner_xunit.py * refix handling of partial setup failures 2009-07-08 16:41:30 +02:00
test_pytest_terminal.py * rename "rep" to "report" in reporting hooks 2009-08-04 12:00:04 +02:00