Go to file
holger krekel ae63605ac0 generalize hook calling from collection nodes but stop short
of allowing general hooks in python test modules. It'd be
easily possible (a 1-line change) but considering it i refrained
from it because the collector API is a bit too low level.

pytest_generate_tests and funcarg factories have a limited
directly useful interface and are thus less confusing - those
are taking advantage of hook discovery in python test modules.

--HG--
branch : trunk
2009-12-30 10:42:01 +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 robustiy some randomly failing tests 2009-12-29 12:36:45 +01:00
contrib cleanup py.test.* namespace, docstrings for improved pydoc and interactive usage. 2009-12-29 16:29:48 +01:00
doc fixup funcargs docs 2009-12-29 16:57:56 +01:00
hacking * delete or text files to hacking/ directory. 2009-09-05 16:09:44 +02:00
py generalize hook calling from collection nodes but stop short 2009-12-30 10:42:01 +01:00
testing generalize hook calling from collection nodes but stop short 2009-12-30 10:42:01 +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 * use the MIT license for the py lib 2009-10-03 01:11:04 +02:00
CHANGELOG generalize hook calling from collection nodes but stop short 2009-12-30 10:42:01 +01:00
ISSUES.txt streamline some tests and overall reduce py.test.ensuretemp usage, note down issue about deprecation . 2009-12-29 22:26:03 +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 some testing hygene: move _reparse testing functionality to actual test support code, un-xfail a now passing test, reduce direct py.test.config usage aiming for deprecation. 2009-12-29 18:02:54 +01:00
distribute_setup.py some release preps and cleanups 2009-10-29 12:45:12 +01:00
pytest_xmlresult.py temporarily adding files for playing with hudson 2009-12-24 21:47:01 +01:00
setup.py fixes to various tests, related to execnet automatic ID generation and other bits. 2009-12-24 19:43:14 +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