Go to file
Ronny Pfannschmidt 676081b87a remove the PickleChannel dependency for looponfail
--HG--
branch : trunk
2010-01-12 17:35:06 +01: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 refine rsyncing and internal dir/transferal handling: don't transfer roots in a popen- no-chdir situation and only use one py._pydir everywhere 2010-01-11 14:30:50 +01:00
contrib cleanup py.test.* namespace, docstrings for improved pydoc and interactive usage. 2009-12-29 16:29:48 +01:00
doc fix rest syntax error (thanks fijal) 2010-01-11 14:33:18 +01:00
hacking * delete or text files to hacking/ directory. 2009-09-05 16:09:44 +02:00
py remove the PickleChannel dependency for looponfail 2010-01-12 17:35:06 +01:00
testing adding a second requirements file which uses execnet-1.0.2 2010-01-12 16:15:07 +01: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.1.1 for changeset 319187fcda66 2009-11-24 18:02:02 +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 fix sessionstart/sessionfinish handling at the slave side, set "session.nodeid" to id of the slave and make sure "final" teardown failures are reported nicely. fixes issue66. 2010-01-11 17:09:07 +01:00
ISSUES.txt fix sessionstart/sessionfinish handling at the slave side, set "session.nodeid" to id of the slave and make sure "final" teardown failures are reported nicely. fixes issue66. 2010-01-11 17:09:07 +01:00
LICENSE * use the MIT license for the py lib 2009-10-03 01:11:04 +02:00
MANIFEST.in adjustments and fixes to test run, distribution files. thanks thm. 2009-11-24 15:16:58 +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 fix accidentally broken pylib's own conftest.py 2009-12-30 17:11:48 +01:00
distribute_setup.py some release preps and cleanups 2009-10-29 12:45:12 +01:00
setup.py add to changelog, remove docstring 2010-01-10 22:10:45 +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