Go to file
holger krekel 10f6c3a432 fix check to work when there is no jython
--HG--
branch : trunk
2010-04-20 10:48:49 -07:00
bin cleanup bin-script creation, fix docs, add FAQ entry about py.test --version 2009-12-24 12:27:15 +01:00
bin-for-dist add links to new plugins 2010-04-12 16:08:12 +02:00
contrib cleanup py.test.* namespace, docstrings for improved pydoc and interactive usage. 2009-12-29 16:29:48 +01:00
doc add capturelog generated plugin text 2010-04-19 14:44:11 +02:00
hacking * delete or text files to hacking/ directory. 2009-09-05 16:09:44 +02:00
py fix check to work when there is no jython 2010-04-20 10:48:49 -07:00
testing refine win32 checks to also work on top of jython/win32 2010-04-20 10:45:41 -07:00
.hgignore a few internal test related fixes as to run on a osx/no-execnet situation 2009-11-12 21:15:59 +01:00
.hgtags Added tag 1.2.1 for changeset c143a8c8840a 2010-02-08 17:39:55 +01:00
AUTHORS adding a logxml plugin and a --xml=path option generating a junit-xml style result log. The xml result log can be parsed nicely by hudson. 2009-12-31 11:25:07 +01:00
CHANGELOG refine win32 checks to also work on top of jython/win32 2010-04-20 10:45:41 -07:00
ISSUES.txt note down two issues after having helped prologic - also related to 2010-02-09 18:32:17 +01:00
LICENSE * use the MIT license for the py lib 2009-10-03 01:11:04 +02:00
MANIFEST.in going for the 1.2.1 release 2010-02-08 16:39:29 +01:00
README.txt removing some py.execnet references and moving scripts to execnet repo 2009-10-27 09:19:23 +01:00
conftest.py remove dist-testing and looponfail code from core. there remain some (pytest_runner particularly) tests that test both plain and dist modes which cannot be easily dis-entangled. food for thought. 2010-01-13 16:00:33 +01:00
distribute_setup.py some release preps and cleanups 2009-10-29 12:45:12 +01:00
setup.py going for the 1.2.1 release 2010-02-08 16:39:29 +01: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.code: dynamic code generation and introspection
* py.path:  uniform local and svn path objects 

For questions and more information please visit http://pylib.org