Go to file
holger krekel cf255cd643 some special handling of stdin capturing, unification, un-xfail the win32 test
--HG--
branch : trunk
2010-05-18 12:12:34 -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 updating docs 2010-05-05 21:01:54 +02:00
contrib allow to run py.test.cmdline.main() multiple times. 2010-05-11 19:56:22 +02:00
doc fix issue98 - xdist documentation wrongly told to set pytest_option_X 2010-05-18 18:45:12 +02:00
hacking * delete or text files to hacking/ directory. 2009-09-05 16:09:44 +02:00
py some special handling of stdin capturing, unification, un-xfail the win32 test 2010-05-18 12:12:34 -07:00
testing some special handling of stdin capturing, unification, un-xfail the win32 test 2010-05-18 12:12:34 -07:00
.hgignore a couple of more fixes/refinements for getting py.test to run better on jython/win32 2010-04-21 03:50:03 -07:00
.hgtags Added tag 1.3.0 for changeset eafd3c256e87 2010-05-05 21:35:24 +02: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 fix issue96 - make capturing more resilient against KeyboardInterrupt 2010-05-17 19:00:39 +02:00
ISSUES.txt adding three x-failing tests for issue88, issue93 and related issues 2010-05-14 12:02:43 +02: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 update distribute 2010-04-23 12:31:11 +02:00
setup.py bump version to 1.3.1a1 for now 2010-05-12 10:30:34 +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.code: dynamic code generation and introspection
* py.path:  uniform local and svn path objects 

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