[py-svn] r35748 - py/dist/py/test/testing
fijal at codespeak.net
fijal at codespeak.net
Thu Dec 14 16:46:49 CET 2006
Author: fijal
Date: Thu Dec 14 16:46:47 2006
New Revision: 35748
Modified:
py/dist/py/test/testing/test_collect.py
Log:
Remove dummy test
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 Thu Dec 14 16:46:47 2006
@@ -410,7 +410,3 @@
l = list(col.tryiter(reporterror=errors.append))
assert len(errors) == 0
-
-def test_fail():
- xxx
- yy
More information about the py-svn
mailing list