Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 14, 2025
1 parent 9f428d7 commit 8d18c68
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tests/integration/test_flatten_keywords.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@
0,
"Content flattened.",
),
# (
# "examples/for_keyword.robot",
# "FOR",
# 0,
# ["PASSED"] * 5,
# 2,
# 0,
# "2 passing items flattened using the --flatten-keywords option.",
# ),
# (
# "examples/while_keyword.robot",
# "WHILE",
# 0,
# ["PASSED"] * 7,
# 5,
# 2,
# "2 passing items flattened using the --flatten-keywords option.",
# ),
(
"examples/for_keyword.robot",
"FOR",
0,
["PASSED"] * 3,
4,
0,
"Content flattened.",
),
(
"examples/while_keyword.robot",
"WHILE",
0,
["PASSED"] * 4,
9,
2,
"Content flattened.",
),
# (
# "examples/for_keyword_failed.robot",
# "FOR",
Expand Down

0 comments on commit 8d18c68

Please sign in to comment.