Lines Matching refs:attr
215 "Cannot autospec attr 'B' from target <MagicMock spec='A'"):
218 "Cannot autospec attr 'B' from target 'A'"):
221 "Cannot autospec attr 'C' as the patch target "):
224 "Cannot spec attr 'B' as the spec "):
227 "Cannot spec attr 'B' as the spec_set "):
230 "Cannot spec attr 'B' as the spec_set "):
1262 attr = getattr(mock, name)
1263 self.assertIsInstance(attr, _CallList)
1264 self.assertIsInstance(attr, list)
1265 self.assertEqual(attr, [])