AssignmentCollection.__bool__
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Warning 00:16:18
| Stage: test |
Download artifacts
No artifacts found | ||
AssignmentCollection
can be used in many cases where you could also use
a List[Assignment]
. With AssignmentCollection.__bool__
, an empty
AssignmentCollection is falsy and a non-empty one truthy.
So you can assert assignments, 'must not be emtpy'
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Warning 00:16:18
| Stage: test |
Download artifacts
No artifacts found | ||
0 |