WIP, separate out the Flask from everything else, get pytest working

This commit is contained in:
Leigh Morresi
2021-02-12 19:24:30 +01:00
parent 426b09b7e1
commit 9f964b6d3f
8 changed files with 580 additions and 521 deletions

4
.gitignore vendored
View File

@@ -2,4 +2,6 @@ __pycache__
.idea
*.pyc
datastore/url-watches.json
datastore/*
datastore/*
__pycache__
.pytest_cache