We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1cf53 commit 114bff3Copy full SHA for 114bff3
src/python_testing/TC_DeviceBasicComposition.py
@@ -261,7 +261,8 @@ class RequiredMandatoryAttribute:
261
success = False
262
continue
263
except KeyError:
264
- # This would have been caught already in the previous step
+ # A KeyError here means the attribute does not exist. This problem was already recorded in step 2,
265
+ # but we don't assert until the end of the test, so ignore this and don't re-record the error.
266
267
268
self.print_step(4, "Validate the attribute list exactly matches the set of reported attributes")
0 commit comments