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