Bases: testtools.testcase.TestCase, testtools.tests.matchers.helpers.TestMatchersInterface
-
describe_examples = [('Length mismatch: len(L1)=2 != len(L2)=0', {}, <nova.tests.matchers.DictListMatches object at 0x22e3bdd0>), ('Dictionaries do not match at fluffy. d1: True d2: False', [{'foo': 'bar', 'baz': 'qoox', 'cat': {'fluffy': True, 'tabby': True}}, {'dog': 'yorkie'}], <nova.tests.matchers.DictListMatches object at 0x22e3bdd0>)]
-
matches_matcher = <nova.tests.matchers.DictListMatches object at 0x22e3bdd0>
-
matches_matches = [[{'foo': 'bar', 'baz': 'qoox', 'cat': {'fluffy': False, 'tabby': True}}, {'dog': 'yorkie'}], [{'foo': 'bar', 'baz': False, 'cat': {'fluffy': False, 'tabby': True}}, {'dog': 'yorkie'}]]
-
matches_mismatches = [[], {}, [{'foo': 'bar', 'baz': 'qoox', 'cat': {'fluffy': True, 'tabby': True}}, {'dog': 'yorkie'}], [{'foo': 'bar', 'baz': False, 'cat': {'fluffy': False, 'tabby': True}}, {'cat': 'yorkie'}], [{'foo': 'bop', 'baz': False, 'cat': {'fluffy': False, 'tabby': True}}, {'dog': 'yorkie'}]]
-
str_examples = [("DictListMatches([{'baz': 'DONTCARE', 'cat': {'fluffy': False, 'tabby': True}, 'foo': 'bar'},\n {'dog': 'yorkie'}])", <nova.tests.matchers.DictListMatches object at 0x22e3bdd0>)]