Searched refs:testspecs (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 782 def test_method(method, testspecs, testfunc): argument 786 for spec in testspecs: 1042 testspecs = [small] + ieee + [base] variable 1047 testspecs = [small] + ieee + [base] variable 1052 testspecs = [small] + ieee + [base] variable 1063 testspecs = [small, rand_ieee, base] variable 1074 test_method(method, testspecs, test_unary) 1077 test_method(method, testspecs, test_binary) 1080 test_method(method, testspecs, test_ternary) 1082 test_method('__format__', testspecs, test_format) [all …]
|