Home
last modified time | relevance | path

Searched defs:test_method (Results 1 – 11 of 11) sorted by relevance

/third_party/protobuf/benchmarks/python/
Dpy_benchmark.py109 def __init__(self, module=None, test_method=None, argument
117 def set_test_method(self, test_method): argument
/third_party/python/Lib/idlelib/idle_test/
Dtkinter_testing_utils.py30 def decorator(test_method): argument
/third_party/python/Lib/test/
Dtest_docxmlrpc.py35 def test_method(self, arg): member in make_server.TestClass
Dtest_reprlib.py328 def test_method(self): member in LongReprTest
Dtest_tokenize.py612 def test_method(self): member in TokenizeTest
Dtest_gc.py159 def test_method(self): member in GCTests
Dtest_urllib2.py1894 def test_method(self): member in RequestTests
Dtest_functools.py1739 def test_method(self, x): member in TestLRU.test_lru_cache_weakrefable.A
/third_party/protobuf/python/google/protobuf/internal/
D_parameterized.py200 def __init__(self, test_method, testcases, naming_type): argument
/third_party/python/Lib/unittest/test/testmock/
Dtestpatch.py451 def test_method(other_self): member in PatchTest.test_patchobject_class_decorator.Foo
476 def test_method(other_self, mock_something): member in PatchTest.test_patch_class_decorator.Foo
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py930 def test_method(method, testspecs, testfunc): function