grammar
This commit is contained in:
parent
8187c148d9
commit
d67d189d00
|
@ -45,7 +45,7 @@ class StepwisePlugin:
|
||||||
already_passed = []
|
already_passed = []
|
||||||
found = False
|
found = False
|
||||||
|
|
||||||
# Make a list of all tests that has been runned before the last failing one.
|
# Make a list of all tests that have been run before the last failing one.
|
||||||
for item in items:
|
for item in items:
|
||||||
if item.nodeid == self.lastfailed:
|
if item.nodeid == self.lastfailed:
|
||||||
found = True
|
found = True
|
||||||
|
|
Loading…
Reference in New Issue