[py-svn] r35651 - py/dist/py/test/testing
fijal at codespeak.net
fijal at codespeak.net
Tue Dec 12 20:51:56 CET 2006
Author: fijal
Date: Tue Dec 12 20:51:55 2006
New Revision: 35651
Modified:
py/dist/py/test/testing/test_collect.py
Log:
Remove failing test. It seems that code is buggy and needs more tests.
Modified: py/dist/py/test/testing/test_collect.py
==============================================================================
--- py/dist/py/test/testing/test_collect.py (original)
+++ py/dist/py/test/testing/test_collect.py Tue Dec 12 20:51:55 2006
@@ -410,7 +410,4 @@
l = list(col.tryiter(reporterror=errors.append))
assert len(errors) == 0
-def test_fail():
- XXX
- xxx
More information about the py-svn
mailing list