[py-svn] r35640 - py/dist/py/test/testing

fijal at codespeak.net fijal at codespeak.net
Tue Dec 12 19:59:03 CET 2006


Author: fijal
Date: Tue Dec 12 19:59:02 2006
New Revision: 35640

Modified:
   py/dist/py/test/testing/test_collect.py
Log:
let's break some stuff


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 19:59:02 2006
@@ -409,3 +409,7 @@
     errors = []
     l = list(col.tryiter(reporterror=errors.append))
     assert len(errors) == 0
+
+def test_fail():
+    XXX
+    


More information about the py-svn mailing list