Go to file
Floris Bruynooghe b86207a6c1 Don't load py.test.config inside py._code._assertionnew
Loading py.test.config triggers py.test initialisation while py.code
should stay independent of py.test.  By adding the hook as an
attribute to py.test AssertionError py.code can get access to the
hooks only when py.test is loaded already.

--HG--
branch : trunk
2010-09-22 00:26:12 +01:00
bin remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
bin-for-dist remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
contrib remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
doc Add specialised explanations to the demo 2010-09-16 01:07:53 +01:00
hacking remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
py Don't load py.test.config inside py._code._assertionnew 2010-09-22 00:26:12 +01:00
testing Move all tests to test_pytest_assertion 2010-09-18 13:03:28 +01:00
.hgignore adding a tox file and a note in changelog 2010-06-05 15:59:11 +02:00
.hgtags Added tag 1.3.3 for changeset c59d3fa8681a 2010-07-31 01:07:12 +02:00
AUTHORS remove the --junitxmlprefix feature - it's kind of YAGNI i guess - 2010-07-03 14:44:47 +02:00
CHANGELOG fix issue116 : --doctestmodules also works in the presence of __init__.py files, done by fixing the underlyingly used path.pyimport() 2010-09-04 09:21:35 +02:00
ISSUES.txt remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
LICENSE * use the MIT license for the py lib 2009-10-03 01:11:04 +02:00
MANIFEST.in re-add exclude pattern 2010-07-08 17:20:52 +02:00
README.txt remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
conftest.py remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
distribute_setup.py ship distribute_setup.py version 0.6.13 2010-07-08 13:40:19 +02:00
setup.py bumping version number to 1.3.4a1 2010-08-01 20:44:11 +02:00
tox.ini another whitespace-correction commit 2010-07-30 15:05:24 +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