Searched refs:next_attribute (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/unittest/ | ||
H A D | loader.py | 157 next_attribute = parts_copy.pop() 160 next_attribute, self.suiteClass) |
/third_party/python/Lib/unittest/test/testmock/ | ||
H A D | testpatch.py | 130 next_attribute = sentinel.Original2 variable in PatchTest.test_multiple_patchobject.Something 133 @patch.object(Something, 'next_attribute', sentinel.Patched2) 137 self.assertEqual(Something.next_attribute, sentinel.Patched2, 143 self.assertEqual(Something.next_attribute, sentinel.Original2, 497 next_attribute = sentinel.Original2 variable in PatchTest.test_patchobject_twice.Something |
Completed in 6 milliseconds