mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
fix(deps): update dependency recipe-scrapers to v14.57.0 (#3804)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com> Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
@@ -13,6 +13,9 @@ class RecipeSiteTestCase:
|
||||
num_steps: int
|
||||
html_file: Path
|
||||
|
||||
include_tags: bool = False
|
||||
expected_tags: set[str] | None = None
|
||||
|
||||
|
||||
def get_recipe_test_cases():
|
||||
return [
|
||||
@@ -63,6 +66,21 @@ def get_recipe_test_cases():
|
||||
expected_slug="detroit-style-pepperoni-pizza",
|
||||
num_ingredients=8,
|
||||
num_steps=5,
|
||||
include_tags=True,
|
||||
expected_tags={
|
||||
"Pizza",
|
||||
"Basil",
|
||||
"Dough",
|
||||
"Dinner",
|
||||
"Oregano",
|
||||
"Mozzarella",
|
||||
"Olive Oil",
|
||||
"Pizza Dough",
|
||||
"Basically",
|
||||
"Flour",
|
||||
"Web",
|
||||
"Web Recipe",
|
||||
},
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user