eccc2a868c
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 |
||
---|---|---|
bin | ||
bin-for-dist | ||
contrib | ||
doc | ||
hacking | ||
py | ||
testing | ||
.hgignore | ||
.hgtags | ||
AUTHORS | ||
CHANGELOG | ||
ISSUES.txt | ||
LICENSE | ||
MANIFEST.in | ||
README.txt | ||
conftest.py | ||
distribute_setup.py | ||
setup.py | ||
tox.ini |
README.txt
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