]> git.lizzy.rs Git - cheatdb.git/commit
Add end-to-end test framework
authorrubenwardy <rw@rubenwardy.com>
Sun, 19 Jan 2020 15:03:38 +0000 (15:03 +0000)
committerrubenwardy <rw@rubenwardy.com>
Sun, 19 Jan 2020 15:03:38 +0000 (15:03 +0000)
commit215839c4234ab65807020b42eb67a76cfa6e8767
tree06aea997d63878c4ec9054c6c078d8769bc8e9fd
parent783bc86aaf086ef4f2e23a247f1e157e27018364
Add end-to-end test framework
app/blueprints/homepage/__init__.py
app/default_data.py [new file with mode: 0644]
app/models.py
app/templates/flask_user/login.html
app/tests/test_homepage.py [new file with mode: 0644]
app/tests/utils.py [new file with mode: 0644]
requirements.txt
utils/setup.py
utils/tests.sh [new file with mode: 0755]