Home
last modified time | relevance | path

Searched refs:testspecs (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py899 # test_method(method, testspecs, testfunc) ->
930 def test_method(method, testspecs, testfunc):
934 for spec in testspecs:
1167 # Set up the testspecs list. A testspec is simply a dictionary
1203 testspecs = [small] + ieee + [base] variable
1208 testspecs = [small] + ieee + [base] variable
1213 testspecs = [small] + ieee + [base] variable
1224 testspecs = [small, rand_ieee, base] variable
1251 do_single(method, lambda: test_method(method, testspecs, test_unary))
1254 do_single(method, lambda: test_method(method, testspecs, test_binar
[all...]

Completed in 2 milliseconds