Searched refs:test_instance (Results 1 – 13 of 13) sorted by relevance
/external/autotest/client/site_tests/power_LoadTest/ |
D | power_LoadTest.py | 341 handler_func=(lambda handler, forms, test_instance=self, 345 test_instance))) 797 test_instance): argument 845 test_instance._task_tracker.append((tagname, 849 test_instance._task_tracker.append((tagname, 855 test_instance._task_tracker.append((tagname, 865 if key in test_instance._tmp_keyvals: 866 test_instance._tmp_keyvals[key] += "_%.2f" % stats_vals[i] 868 test_instance._tmp_keyvals[key] = "%.2f" % stats_vals[i]
|
/external/python/cpython2/Lib/test/ |
D | test_repr.py | 113 def test_instance(self): member in ReprTests 287 def test_instance(self): member in LongReprTest
|
D | test_gc.py | 85 def test_instance(self): member in GCTests
|
D | test_collections.py | 112 def test_instance(self): member in TestNamedTuple
|
/external/python/cpython3/Lib/test/ |
D | test_reprlib.py | 130 def test_instance(self): member in ReprTests 315 def test_instance(self): member in LongReprTest
|
D | test_gc.py | 108 def test_instance(self): member in GCTests
|
D | test_collections.py | 330 def test_instance(self): member in TestNamedTuple
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_squeezer.py | 22 def get_test_tk_root(test_instance): argument 31 test_instance.addCleanup(cleanup_root)
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_prototypes.py | 148 def test_instance(self): member in CharPointersTestCase
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_prototypes.py | 151 def test_instance(self): member in CharPointersTestCase
|
/external/python/cpython3/Lib/test/support/ |
D | __init__.py | 2658 def patch(test_instance, object_to_patch, attr_name, new_value): argument 2686 test_instance.addCleanup(cleanup)
|
/external/autotest/ |
D | global_config.ini | 360 test_instance: chromeos-autotest.cbf key
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 1124 .. function:: patch(test_instance, object_to_patch, attr_name, new_value) 1127 cleanup procedure to *test_instance* to restore *object_to_patch* for
|