Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 27, 2024
1 parent 3cbb33b commit b1c22e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/integration/test_remove_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@
0,
"1 failing items removed using the --remove-keywords option.",
),
(
"examples/wuks_keyword_failed.robot",
"WUKS",
1,
["PASSED"] * 2 + ["FAILED"] * 6,
4,
0,
"2 failing items removed using the --remove-keywords option.",
),
(
"examples/rkie_keyword.robot",
"ALL",
Expand Down

0 comments on commit b1c22e3

Please sign in to comment.