mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-09 11:55:18 -05:00
feat: Implemented Plan to Eat migration (#2635)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
@@ -16,6 +16,8 @@ migrations_nextcloud = CWD / "migrations/nextcloud.zip"
|
||||
|
||||
migrations_tandoor = CWD / "migrations/tandoor.zip"
|
||||
|
||||
migrations_plantoeat = CWD / "migrations/plantoeat.zip"
|
||||
|
||||
images_test_image_1 = CWD / "images/test-image-1.jpg"
|
||||
|
||||
images_test_image_2 = CWD / "images/test-image-2.png"
|
||||
|
||||
BIN
tests/data/migrations/plantoeat.zip
Normal file
BIN
tests/data/migrations/plantoeat.zip
Normal file
Binary file not shown.
@@ -24,6 +24,7 @@ test_cases = [
|
||||
MigrationTestData(typ=SupportedMigrations.copymethat, archive=test_data.migrations_copymethat),
|
||||
MigrationTestData(typ=SupportedMigrations.mealie_alpha, archive=test_data.migrations_mealie),
|
||||
MigrationTestData(typ=SupportedMigrations.tandoor, archive=test_data.migrations_tandoor),
|
||||
MigrationTestData(typ=SupportedMigrations.plantoeat, archive=test_data.migrations_plantoeat),
|
||||
]
|
||||
|
||||
test_ids = [
|
||||
@@ -33,6 +34,7 @@ test_ids = [
|
||||
"copymethat_archive",
|
||||
"mealie_alpha_archive",
|
||||
"tandoor_archive",
|
||||
"plantoeat_archive",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user