Add tests for Flask views

This commit is contained in:
f4lco
2019-01-27 18:55:42 +01:00
parent e4814cf8dc
commit 523cc8ba62
5 changed files with 259 additions and 104 deletions
+1
View File
@@ -7,3 +7,4 @@ flask = "*"
pytest = "*"
coveralls = "*"
pytest-cov = "*"
httpretty = "*"