Go to file
holger krekel 77cacb99ee to better match the naming of the corresponding AST (and in case
we want to add more customizations later)
rename pytest_assert_binrepr -> pytest_assertrepr_compare
rename binrepr -> reprcompare

--HG--
branch : trunk
2010-10-02 19:00:47 +02: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 Truncate the text passed to difflib where possible 2010-09-30 23:15:41 +01:00
hacking remove trailing whitespace everywhere 2010-07-26 21:15:15 +02:00
py to better match the naming of the corresponding AST (and in case 2010-10-02 19:00:47 +02:00
testing to better match the naming of the corresponding AST (and in case 2010-10-02 19:00:47 +02:00
.hgignore adding a tox file and a note in changelog 2010-06-05 15:59:11 +02:00
.hgtags Added tag 1.3.4 for changeset 90fffd35373e 2010-09-14 17:35:17 +02:00
AUTHORS remove the --junitxmlprefix feature - it's kind of YAGNI i guess - 2010-07-03 14:44:47 +02:00
CHANGELOG merge Floris branch and skip interpret-tests on python2.4 2010-10-02 16:15:02 +02:00
ISSUES.txt fix a collection bug where a:🅱️:c could not be resolved properly if 2010-09-28 15:24:36 +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 refactor all collection related logic 2010-09-15 10:30:50 +02:00
tox.ini fix python3 issues, add py32 environment 2010-09-28 17:37:20 +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