mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 22:56:15 +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
|