[py-svn] r51025 - py/branch/reporter-merge/py/doc

fijal at codespeak.net fijal at codespeak.net
Fri Jan 25 12:55:07 CET 2008


Author: fijal
Date: Fri Jan 25 12:55:06 2008
New Revision: 51025

Modified:
   py/branch/reporter-merge/py/doc/test_conftest.py
Log:
Fix the test


Modified: py/branch/reporter-merge/py/doc/test_conftest.py
==============================================================================
--- py/branch/reporter-merge/py/doc/test_conftest.py	(original)
+++ py/branch/reporter-merge/py/doc/test_conftest.py	Fri Jan 25 12:55:06 2008
@@ -17,6 +17,8 @@
                 skipped += 1
             else: 
                 failed += 1
+        elif isinstance(event, repevent.FailedTryiter):
+            failed += 1
     return failed, passed, skipped 
 
 def test_doctest_extra_exec(): 



More information about the pytest-commit mailing list