Fixed Test Runner
This commit is contained in:
parent
e24c8264fa
commit
593bb5cb8b
1 changed files with 2 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ class TestTestRunner(unittest.TestCase):
|
|||
for line in console:
|
||||
print(line)
|
||||
print('-' * 40)
|
||||
self.assertTrue(passed)
|
||||
else
|
||||
self.assertTrue(passed)
|
||||
time.sleep(1)
|
||||
frappe.db.set_default('in_selenium', None)
|
||||
driver.close()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue