mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-12 17:57:43 +00:00
Add the TestingConfiguration to simplify the testing configuration.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
Feature: Creating the source
|
||||
|
||||
@fixture.injector
|
||||
@fixture.in_memory_database
|
||||
@fixture.backup_plan_repository
|
||||
@fixture.backup_plan_service
|
||||
Scenario Outline: Create an new unique backup plan
|
||||
Given the label "<label>"
|
||||
And the path "<source_path>"
|
||||
@@ -15,8 +16,9 @@ Feature: Creating the source
|
||||
| db | /db | ["/backup/db"] |
|
||||
| temp | /tmp | ["/backup/tmp1", "/backup/tmp2"] |
|
||||
|
||||
@fixture.injector
|
||||
@fixture.in_memory_database
|
||||
@fixture.backup_plan_repository
|
||||
@fixture.backup_plan_service
|
||||
Scenario Outline: Create an new unique backup plan
|
||||
Given the label "<label>"
|
||||
And the path "<source_path>"
|
||||
|
||||
Reference in New Issue
Block a user