Commit b63243ff authored by Patrick James Ong's avatar Patrick James Ong

Added self.fail()

parent 644c25e8
...@@ -95,6 +95,8 @@ class NewVisitorTest(unittest.TestCase): ...@@ -95,6 +95,8 @@ class NewVisitorTest(unittest.TestCase):
# self.assertIn('', self.browser.find_element_by_ID('new_base').text) # self.assertIn('', self.browser.find_element_by_ID('new_base').text)
# self.assertIn('', self.browser.find_element_by_ID('new_customization').text) # self.assertIn('', self.browser.find_element_by_ID('new_customization').text)
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