Add the first test

It just checks if the index page has a specific sentence.  But at least it’s now possible to
create tests.
This commit is contained in:
2018-07-10 12:05:03 +02:00
parent 4c65644291
commit 0595a28535
4 changed files with 80 additions and 4 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ __pycache__/
/calsocial/local.db
/messages.pot
/app/translations/*/LC_MESSAGES/*.mo
/.pytest_cache/