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

fijal at codespeak.net fijal at codespeak.net
Tue Dec 12 21:21:53 CET 2006


Author: fijal
Date: Tue Dec 12 21:21:52 2006
New Revision: 35654

Modified:
   py/dist/py/test/testing/test_collect.py
Log:
failing test once more, to see if hooks are working

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 21:21:52 2006
@@ -411,3 +411,6 @@
     assert len(errors) == 0
 
     
+def test_fail():
+    xxx
+    



More information about the pytest-commit mailing list