Commit e3bc779a authored by Margarita Perez's avatar Margarita Perez

Added main method.

parent f88c7d57
......@@ -30,3 +30,7 @@ class NewVisitorTest(unittest.TestCase):
# She clicks this and she is redirected back to the wiki's homepage.
self.fail('Finish the test!')
#main method
if __name__ == '__main__':
unittest.main(warnings='ignore')
\ No newline at end of file
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