Tagged Questions
1
vote
1answer
95 views
More official way to leave browser window open upon failure?
My coworker Chris came up with this, and it works, but I wonder if there's a more "official" way to do this using unittest.TestCase in Python.
def tearDown(self):
""" clean up by closing the ...