Go to file
holger krekel f6894ce550 fix some more trial/unittest related bits, particularly allow todo/skip items,
now we can run a large fraction of twisted's own test suite, mostly not those
that depend on the exact Failure() semantics (e.g. frame objects not being around
after gc.collect() but py.test kills them only slightly later anyway)
2010-11-25 15:48:59 +01:00
_pytest fix some more trial/unittest related bits, particularly allow todo/skip items, 2010-11-25 15:48:59 +01:00
bench python3 fixes 2010-11-23 20:32:07 -06:00
doc tons and tons of refinements and additions to docs 2010-11-25 12:11:10 +01:00
testing fix some more trial/unittest related bits, particularly allow todo/skip items, 2010-11-25 15:48:59 +01:00
.hgignore fix tox.ini and dependencies, various fixes all around, tests pass. 2010-10-10 13:48:49 +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 tons and tons of refinements and additions to docs 2010-11-25 12:11:10 +01:00
ISSUES.txt update issues 2010-11-05 23:37:31 +01:00
LICENSE * use the MIT license for the py lib 2009-10-03 01:11:04 +02:00
MANIFEST.in tons and tons of refinements and additions to docs 2010-11-25 12:11:10 +01:00
README.txt bump version, fix readme 2010-10-21 12:18:10 +02:00
distribute_setup.py massive documentation refinements 2010-11-02 00:53:53 +01:00
pytest.py tons and tons of refinements and additions to docs 2010-11-25 12:11:10 +01:00
setup.py tons and tons of refinements and additions to docs 2010-11-25 12:11:10 +01:00
tox.ini introduce new discovery mechanism 2010-11-24 22:01:04 +01:00

README.txt

py.test is a simple and popular testing tool for Python.

See http://pytest.org for more documentation.