Lines Matching refs:testspecs
899 # 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]
1208 testspecs = [small] + ieee + [base]
1213 testspecs = [small] + ieee + [base]
1224 testspecs = [small, rand_ieee, base]
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))
1261 do_single('__round__', lambda: test_method('__round__', testspecs, test_round))
1262 do_single('from_float', lambda: test_method('from_float', testspecs, test_from_float))
1263 do_single('quantize_api', lambda: test_method('quantize', testspecs, test_quantize_api))
1267 do_single(method, lambda: test_method(method, testspecs, test_unary))
1270 do_single(method, lambda: test_method(method, testspecs, test_binary))
1274 do_single(name, lambda: test_method(method, testspecs, test_ternary))
1278 testspecs, test_from_float))