Skip to content

Commit

Permalink
history list: add test with multiple arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura authored and m-blaha committed Oct 4, 2024
1 parent 97c5867 commit 1e03673
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dnf-behave-tests/dnf/history-list.feature
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ Scenario: history list 2
| Id | Command | Action | Altered |
| 2 | | | 3 |

@dnf5
Scenario: history list with mulitple args
When I execute dnf with args "history list 1 2 3"
Then the exit code is 0
And stdout is history list
| Id | Command | Action | Altered |
| 3 | | | 5 |
| 2 | | | 3 |
| 1 | | | 6 |

@dnf5
Scenario: history list last
When I execute dnf with args "history list last"
Expand Down

0 comments on commit 1e03673

Please sign in to comment.