mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
Improve Test Coverage (#511)
* add recipe scaling notes * test theme rename * fix coverage call to use poetry * remove print * remove async * consolidate test case data * fix mealplan tests * remove redundant else Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
4
makefile
4
makefile
@@ -56,8 +56,8 @@ lint: ## 🧺 Check style with flake8
|
||||
|
||||
coverage: ## ☂️ Check code coverage quickly with the default Python
|
||||
poetry run pytest
|
||||
coverage report -m
|
||||
coverage html
|
||||
poetry run coverage report -m
|
||||
poetry run coverage html
|
||||
$(BROWSER) htmlcov/index.html
|
||||
|
||||
setup: ## 🏗 Setup Development Instance
|
||||
|
||||
Reference in New Issue
Block a user