feat: Add new migration for DVO Cook'n (#5085)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
Dallin Miner
2025-10-09 23:22:51 -06:00
committed by GitHub
parent a95eaf3d2e
commit 71d86489f4
15 changed files with 493 additions and 21 deletions

View File

@@ -108,6 +108,12 @@ test_cases = [
search_slug="zucchini-bread",
nutrition_entries=set(),
),
MigrationTestData(
typ=SupportedMigrations.cookn,
archive=test_data.migrations_cookn,
search_slug="fresh-fruit-pizza",
nutrition_entries=set(),
),
]
test_ids = [
@@ -120,6 +126,7 @@ test_ids = [
"plantoeat_archive",
"myrecipebox_csv",
"recipekeeper_archive",
"cookn_archive",
]