Go to file
holger krekel 518194537e * refactor some setup/teardown/ensuretemp usages to use funcargs
* introduce monkeypatch.syspath_prepend for safe monkey patching of module import path
* fix monkeypatch naming

--HG--
branch : trunk
2009-09-05 23:21:58 +02:00
bin-for-dist deprecate py.compat.doctest|subprocess|textwrap|... 2009-08-27 21:12:55 +02:00
contrib deprecate py.compat.doctest|subprocess|textwrap|... 2009-08-27 21:12:55 +02:00
doc * add print_, exec_ and _reraise helpers for 2-3 compatible code 2009-08-28 16:25:29 +02:00
example enable assertion reinterpretation on 3k 2009-08-31 20:06:55 +02:00
hacking * delete or text files to hacking/ directory. 2009-09-05 16:09:44 +02:00
py * refactor some setup/teardown/ensuretemp usages to use funcargs 2009-09-05 23:21:58 +02:00
.hgignore get py.test to run at least basically on top of jython 2009-09-05 16:54:52 +02:00
.hgtags Added tag 1.0.2 for changeset 4816e8b80602 2009-08-27 11:43:52 +02:00
AUTHORS * delete or text files to hacking/ directory. 2009-09-05 16:09:44 +02:00
CHANGELOG * using a MANIFEST.in file instead of our own generated MANIFEST file 2009-08-26 11:09:55 +02:00
LICENSE * delete or text files to hacking/ directory. 2009-09-05 16:09:44 +02:00
MANIFEST.in merging 1.0.x branch 2009-08-26 22:57:06 +02:00
README.txt some fixes and small doc updates, aiming to finalize 1.0.2 2009-08-26 19:09:52 +02:00
setup.py remove magic directories from install 2009-08-28 18:51:14 -05:00

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.execnet: ad-hoc distributed execution
* 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