From 8cf097635e7cfdf9837f89227d3f0f080b57b684 Mon Sep 17 00:00:00 2001 From: wim glenn Date: Thu, 24 Jan 2019 12:59:36 -0600 Subject: [PATCH] =?UTF-8?q?Fixed=20one=20weird=20test=20that=20creates=20a?= =?UTF-8?q?=20class=20instead=20of=20using=20mocks..=20=C2=AF\=5F(?= =?UTF-8?q?=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- testing/test_skipping.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/test_skipping.py b/testing/test_skipping.py index be3f74760..b2a515f11 100644 --- a/testing/test_skipping.py +++ b/testing/test_skipping.py @@ -770,6 +770,7 @@ def test_skip_reasons_folding(): # ev3 might be a collection report ev3 = X() + ev3.when = "collect" ev3.longrepr = longrepr ev3.skipped = True