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
2010-07-26 21:15:15 +02:00
2009-10-03 01:11:04 +02:00
2010-07-08 17:20:52 +02:00
2010-09-15 10:30:50 +02:00
2010-10-02 20:49:24 +02:00

The py lib is a Python development support library featuring
the following tools and modules:

* py.test: tool for distributed automated testing
* py.code: dynamic code generation and introspection
* py.path:  uniform local and svn path objects

For questions and more information please visit http://pylib.org
Description
No description provided
Readme 48 MiB
Languages
Python 100%