Home
last modified time | relevance | path

Searched refs:test_instance (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/test/
Dtest_reprlib.py131 def test_instance(self): member in ReprTests
316 def test_instance(self): member in LongReprTest
Dtest_gc.py126 def test_instance(self): member in GCTests
Dtest_collections.py462 def test_instance(self): member in TestNamedTuple
/third_party/python/Lib/idlelib/idle_test/
Dtest_squeezer.py20 def get_test_tk_root(test_instance): argument
29 test_instance.addCleanup(cleanup_root)
/third_party/python/Lib/ctypes/test/
Dtest_prototypes.py151 def test_instance(self): member in CharPointersTestCase
/third_party/python/Lib/test/support/
D__init__.py1615 def patch(test_instance, object_to_patch, attr_name, new_value): argument
1643 test_instance.addCleanup(cleanup)
/third_party/python/Doc/library/
Dtest.rst854 .. function:: patch(test_instance, object_to_patch, attr_name, new_value)
857 cleanup procedure to *test_instance* to restore *object_to_patch* for