Skip to content

Commit f5da486

Browse files
committed
add comments to check
1 parent 15dfe19 commit f5da486

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_resources.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,9 @@ def testDescriptionElement():
215215

216216
# Tests for configurations elements
217217
# For the resources with configurations:
218-
# Is list not empty (configuration list can be empty)
218+
# - app is not empty
219+
# - kind is not empty
220+
# - configuration is list
219221
def testConfigurationsElement():
220222
for kind in all_resources:
221223
for res in kind:

0 commit comments

Comments
 (0)