Commit 7fabf366 authored by Alysha Columbres's avatar Alysha Columbres

Edited the functional_tests.py file and the settings.py file in thegoodplace

parent 7862221f
.DS_Store
myenv
*/__pycache__
dp.sqlite3
*/__pycache__
geckodriver.log
*/__pycache__/
froyo/migrations/__pycache__/
db.sqlite3
......@@ -105,7 +105,8 @@ class NewVisitorTest(unittest.TestCase):
self.browser.getCurrentUrl()
)
self.fail('Finish the test!')
self.fail('Finish the test!')
if __name__ == '__main__':
unittest.main(warnings = 'ignore')
\ No newline at end of file
......@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'froyo'
]
MIDDLEWARE = [
......
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