This commit is contained in:
David Szotten 2018-10-14 21:59:33 +01:00
parent 8187c148d9
commit d67d189d00
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class StepwisePlugin:
already_passed = []
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:
if item.nodeid == self.lastfailed:
found = True