Fixed one weird test that creates a class instead of using mocks.. ¯\_(ツ)_/¯

This commit is contained in:
wim glenn
2019-01-24 12:59:36 -06:00
committed by GitHub
parent 2d18546870
commit 8cf097635e

View File

@@ -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