mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02: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:
parent
c325a49fc2
commit
2dc9c8e843
17 changed files with 249 additions and 230 deletions
|
@ -11,7 +11,7 @@ from pytest import fixture
|
|||
|
||||
from tests.app_routes import AppRoutes
|
||||
from tests.test_config import TEST_DATA
|
||||
from tests.utils.recipe_data import build_recipe_store, get_raw_no_image, get_raw_recipe
|
||||
from tests.utils.recipe_data import get_raw_no_image, get_raw_recipe, get_recipe_test_cases
|
||||
|
||||
main()
|
||||
|
||||
|
@ -71,4 +71,4 @@ def raw_recipe_no_image():
|
|||
|
||||
@fixture(scope="session")
|
||||
def recipe_store():
|
||||
return build_recipe_store()
|
||||
return get_recipe_test_cases()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue