Searched refs:testspecs (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 926 def test_method(method, testspecs, testfunc): argument 930 for spec in testspecs: 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_binary)) 1258 do_single(name, lambda: test_method(method, testspecs, test_ternary)) 1260 do_single('__format__', lambda: test_method('__format__', testspecs, test_format)) [all …]
|