Commit 1108864a authored by Alex Bernard Francia's avatar Alex Bernard Francia

Initial commit. First functional test failed.

parent 5d7bd4c5
virtualenv/
db.sqlite3
geckodriver.log
myenv/
__pycache__
*.pyc
from selenium import webdriver
browser = webdriver.Firefox()
browser.get('http://localhost:8000')
assert 'Django' in browser.title
\ No newline at end of file
File added
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