Add the fixture and steps for seeds.

This commit is contained in:
2025-01-24 21:36:43 +02:00
parent 7094a0d866
commit 2d1870535f
3 changed files with 17 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from behave import given
@given('I have a backup plan with id="{existing_backup_plan_id}"')
def given_existing_backup_plan_id_seed(context, existing_backup_plan_id):
context.data_seeds.create_backup_plan(existing_backup_plan_id)