Go to file
holger krekel d8b9b5f1c8 - make importorskip static at py.test.importorskip because it's
used for conditional plugin loading
- fix case where xfail is defined at module/class level
- fixes and improvements to docs, correct links to plugins
- use new skip facilities here and there

--HG--
branch : trunk
2009-10-15 20:10:06 +02:00
_py - make importorskip static at py.test.importorskip because it's 2009-10-15 20:10:06 +02:00
bin-for-dist - make importorskip static at py.test.importorskip because it's 2009-10-15 20:10:06 +02:00
contrib adding the console-runtest helper as discussed on py-dev 2009-10-12 11:28:47 +02:00
doc - make importorskip static at py.test.importorskip because it's 2009-10-15 20:10:06 +02:00
example remove py.execnet, substitute py.execnet usages with "execnet" ones. 2009-10-02 16:58:57 +02:00
hacking * delete or text files to hacking/ directory. 2009-09-05 16:09:44 +02:00
py - make importorskip static at py.test.importorskip because it's 2009-10-15 20:10:06 +02:00
testing - make importorskip static at py.test.importorskip because it's 2009-10-15 20:10:06 +02:00
.hgignore ignore more dirs and files 2009-10-08 13:38:31 +02:00
.hgtags Added tag 1.0.2 for changeset 4816e8b80602 2009-08-27 11:43:52 +02:00
AUTHORS * use the MIT license for the py lib 2009-10-03 01:11:04 +02:00
CHANGELOG * using a MANIFEST.in file instead of our own generated MANIFEST file 2009-08-26 11:09:55 +02:00
LICENSE * use the MIT license for the py lib 2009-10-03 01:11:04 +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
conftest.py remove py.execnet, substitute py.execnet usages with "execnet" ones. 2009-10-02 16:58:57 +02:00
setup.py * remove unused py._thread namespace, rewrite the one usage 2009-10-03 19:57:48 +02: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