Lines Matching refs:failures
26 * `failures` attribute is added; this is a list of failures seen.
27 * `reset` attribute is added; this clears the failures list.
35 failures = []
38 fail = lambda msg: failures.append(msg),
39 failures = failures,
48 failures = failures,
49 reset = lambda: failures.clear(),
55 """Check that a fake meta object had no failures.
57 NOTE: This clears the list of failures after checking. This is done
62 fake_meta: A fake meta object that had failures recorded.
66 fake_meta.failures,
74 NOTE: This clears the list of failures after checking. This is done
79 fake_meta: A fake meta object that had failures recorded.
85 fake_meta.failures,