Skip to content

Commit 8d18c68

Browse files
committed
Add more tests
1 parent 9f428d7 commit 8d18c68

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

tests/integration/test_flatten_keywords.py

+18-18
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@
3333
0,
3434
"Content flattened.",
3535
),
36-
# (
37-
# "examples/for_keyword.robot",
38-
# "FOR",
39-
# 0,
40-
# ["PASSED"] * 5,
41-
# 2,
42-
# 0,
43-
# "2 passing items flattened using the --flatten-keywords option.",
44-
# ),
45-
# (
46-
# "examples/while_keyword.robot",
47-
# "WHILE",
48-
# 0,
49-
# ["PASSED"] * 7,
50-
# 5,
51-
# 2,
52-
# "2 passing items flattened using the --flatten-keywords option.",
53-
# ),
36+
(
37+
"examples/for_keyword.robot",
38+
"FOR",
39+
0,
40+
["PASSED"] * 3,
41+
4,
42+
0,
43+
"Content flattened.",
44+
),
45+
(
46+
"examples/while_keyword.robot",
47+
"WHILE",
48+
0,
49+
["PASSED"] * 4,
50+
9,
51+
2,
52+
"Content flattened.",
53+
),
5454
# (
5555
# "examples/for_keyword_failed.robot",
5656
# "FOR",

0 commit comments

Comments
 (0)