From b1c22e380c3c5a8cdacf59fb9119f6a3cd777fdc Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Fri, 27 Dec 2024 17:00:11 +0300 Subject: [PATCH] Add more tests --- tests/integration/test_remove_keywords.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/integration/test_remove_keywords.py b/tests/integration/test_remove_keywords.py index 7338047..2b701e0 100644 --- a/tests/integration/test_remove_keywords.py +++ b/tests/integration/test_remove_keywords.py @@ -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",