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

View File

@@ -16,6 +16,7 @@ python-dateutil = "*"
[dev-packages]
pylint = "*"
pytest = "*"
[requires]
python_version = "3.6"