From 34db8aed341418af52de742f83503bf0f948c6c5 Mon Sep 17 00:00:00 2001 From: aselus-hub Date: Thu, 10 Dec 2015 15:02:57 -0800 Subject: [PATCH] added verification that test actually passed. --- testing/python/collect.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/python/collect.py b/testing/python/collect.py index eb0a399bd..34bf5d810 100644 --- a/testing/python/collect.py +++ b/testing/python/collect.py @@ -1092,3 +1092,4 @@ def test_class_injection_does_not_break_collection(testdir): ''') result = testdir.runpytest() assert "RuntimeError: dictionary changed size during iteration" not in result.stdout.str() + result.stdout.fnmatch_lines(['*== 1 passed in *'])