Fix of "condition" variable into @test_run
This commit is contained in:
@@ -34,6 +34,7 @@ def test_run(f):
|
|||||||
if isinstance(c, bool):
|
if isinstance(c, bool):
|
||||||
condition = c
|
condition = c
|
||||||
else:
|
else:
|
||||||
|
condition = False
|
||||||
c = False
|
c = False
|
||||||
|
|
||||||
if raw_condition == c:
|
if raw_condition == c:
|
||||||
|
|||||||
Reference in New Issue
Block a user