mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-11 07:06:16 +01:00
7 lines
175 B
Gherkin
7 lines
175 B
Gherkin
|
Feature: `osc request list` command
|
||
|
|
||
|
|
||
|
Scenario: Run `osc request list` on a project
|
||
|
When I execute osc with args "request list -P test:factory"
|
||
|
Then the exit code is 0
|