Searched refs:test_instance (Results 1 – 7 of 7) sorted by relevance
131 def test_instance(self): member in ReprTests316 def test_instance(self): member in LongReprTest
126 def test_instance(self): member in GCTests
462 def test_instance(self): member in TestNamedTuple
20 def get_test_tk_root(test_instance): argument29 test_instance.addCleanup(cleanup_root)
151 def test_instance(self): member in CharPointersTestCase
1615 def patch(test_instance, object_to_patch, attr_name, new_value): argument1643 test_instance.addCleanup(cleanup)
854 .. function:: patch(test_instance, object_to_patch, attr_name, new_value)857 cleanup procedure to *test_instance* to restore *object_to_patch* for