Settings, Themes and Migration Route Tests (#100)

* dev-bug: fixed vscode freezes

* test: refactor database init to support tests

* mealplan CRUD testing

* restructure test folder

* git attributes

* tests: migration, settings, theme routes testing

Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
Hayden
2021-01-19 15:51:36 -09:00
committed by GitHub
parent 22a517b9c0
commit 29db7f8a67
40 changed files with 367 additions and 93 deletions

View File

@@ -31,6 +31,7 @@ python-multipart = "^0.0.5"
pylint = "^2.6.0"
black = "^20.8b1"
pytest = "^6.2.1"
pytest-cov = "^2.11.0"
[build-system]
requires = ["poetry-core>=1.0.0"]