mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-20 05:37:43 +00:00
Update the tests names.
This commit is contained in:
@@ -18,7 +18,7 @@ Feature: Deleting a backup plan with the CLI
|
||||
@fixture.injector
|
||||
@fixture.in_memory_database
|
||||
@fixture.cli
|
||||
Scenario Outline: Delete non-existing backup plan with the CLI
|
||||
Scenario Outline: Response of deleting non-existing backup plan with the CLI
|
||||
Given the CLI arguments are "<arguments>"
|
||||
When I run the CLI
|
||||
Then the CLI executed with "<result>"
|
||||
@@ -31,7 +31,7 @@ Feature: Deleting a backup plan with the CLI
|
||||
@fixture.injector
|
||||
@fixture.in_memory_database
|
||||
@fixture.cli
|
||||
Scenario Outline: Delete no backup plans with the CLI
|
||||
Scenario Outline: Response of deleting no backup plans with the CLI
|
||||
Given the CLI arguments are "<arguments>"
|
||||
When I run the CLI
|
||||
Then the CLI executed with "<result>"
|
||||
@@ -45,7 +45,7 @@ Feature: Deleting a backup plan with the CLI
|
||||
@fixture.in_memory_database
|
||||
@fixture.seeds
|
||||
@fixture.cli
|
||||
Scenario Outline: Delete all backup plans with the CLI
|
||||
Scenario Outline: Response of deleting all backup plans with the CLI
|
||||
Given the CLI arguments are "<arguments>"
|
||||
When I run the CLI
|
||||
Then the CLI executed with "<result>"
|
||||
|
||||
Reference in New Issue
Block a user