pytest2/py
holger krekel a2fe6714f8 implement pytest_runtest_logstart(nodeid, location) hook
factor out a NodeInfo helper, and streamline terminal printing a bit

--HG--
branch : trunk
2010-09-26 16:23:45 +02:00
..
_cmdline remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_code introduce py.builtin._sysex as alias for the special exceptions, fixes #115 2010-09-14 16:12:50 +02:00
_compat remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_io introduce py.builtin._sysex as alias for the special exceptions, fixes #115 2010-09-14 16:12:50 +02:00
_log remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_path fix issue116 : --doctestmodules also works in the presence of __init__.py files, done by fixing the underlyingly used path.pyimport() 2010-09-04 09:21:35 +02:00
_plugin implement pytest_runtest_logstart(nodeid, location) hook 2010-09-26 16:23:45 +02:00
_process remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_test shift reporting info generation away from terminal reporting time, simplify code. 2010-09-26 16:23:44 +02:00
__init__.py shift all python related testing functioanlity to a dedicated 2010-09-25 18:23:26 +02:00
__metainfo.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_builtin.py introduce py.builtin._sysex as alias for the special exceptions, fixes #115 2010-09-14 16:12:50 +02:00
_error.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_std.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_xmlgen.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
apipkg.py test and fix for apipkg (also available in apipkg default branch) 2010-08-01 20:43:02 +02:00