Commit 7cc6ab12 authored by Alec Wang's avatar Alec Wang

added comments to functional test

parent 3d421e20
Pipeline #1117 canceled with stages
......@@ -10,6 +10,8 @@ class UserTest(unittest.TestCase):
def tearDown(self):
self.browser.quit()
# a user wants to check out one of the pages.
# this test covers all functionality as of the current version of thegoodplace
def test_can_walk_and_display_all_pages(self):
self.browser.get('http://localhost:8000/')
......
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