test_ok1/py
holger krekel eccc2a868c fix issue126 : introduce py.test.set_trace() to allow dropping to
interactive debugging even when py.test is configured to capture output.
If you like you can override pdb.set_trace by default like this:

    # content of conftest.py
    def pytest_configure():
        import py, pdb
        pdb.set_trace = py.test.set_trace

--HG--
branch : trunk
2010-10-06 14:48:24 +02:00
..
_cmdline remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_code to better match the naming of the corresponding AST (and in case 2010-10-02 19:00:47 +02:00
_compat remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_io refine printing of exceptions via the pluginmanager. 2010-10-05 17:21:41 +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 fix issue126 : introduce py.test.set_trace() to allow dropping to 2010-10-06 14:48:24 +02:00
_process remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
_test refine printing of exceptions via the pluginmanager. 2010-10-05 17:21:41 +02:00
__init__.py introduce py.builtin.any 2010-10-05 17:21:27 +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.any 2010-10-05 17:21:27 +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
test.py fix issue123 - new "python -m py.test" invocation. 2010-10-05 17:52:32 +02:00