We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f428d7 commit 8d18c68Copy full SHA for 8d18c68
tests/integration/test_flatten_keywords.py
@@ -33,24 +33,24 @@
33
0,
34
"Content flattened.",
35
),
36
- # (
37
- # "examples/for_keyword.robot",
38
- # "FOR",
39
- # 0,
40
- # ["PASSED"] * 5,
41
- # 2,
42
43
- # "2 passing items flattened using the --flatten-keywords option.",
44
- # ),
45
46
- # "examples/while_keyword.robot",
47
- # "WHILE",
48
49
- # ["PASSED"] * 7,
50
- # 5,
51
52
53
+ (
+ "examples/for_keyword.robot",
+ "FOR",
+ 0,
+ ["PASSED"] * 3,
+ 4,
+ "Content flattened.",
+ ),
+ "examples/while_keyword.robot",
+ "WHILE",
+ ["PASSED"] * 4,
+ 9,
+ 2,
54
# (
55
# "examples/for_keyword_failed.robot",
56
# "FOR",
0 commit comments