Returned auto-fail command.

parent 819c84c9
Pipeline #796 failed with stages
...@@ -43,6 +43,7 @@ class NewVisitorTest(unittest.TestCase): ...@@ -43,6 +43,7 @@ class NewVisitorTest(unittest.TestCase):
self.assertIn('Detail - Jester', self.browser.title) self.assertIn('Detail - Jester', self.browser.title)
self.browser.get('http://localhost:8000/heroes') self.browser.get('http://localhost:8000/heroes')
self.fail('Finish the test!')
if __name__ == '__main__': if __name__ == '__main__':
unittest.main(warnings='ignore') unittest.main(warnings='ignore')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment