Fixed one weird test that creates a class instead of using mocks.. ¯\_(ツ)_/¯
This commit is contained in:
parent
2d18546870
commit
8cf097635e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue