Home | History | Annotate | Download | only in test

Lines Matching refs:arith

2288 def test_main(arith=False, verbose=None, todo_tests=None, debug=None):
2291 Runs all arithmetic tests if arith is True or if the "decimal" resource
2297 TEST_ALL = arith
2347 test_main(arith=False, verbose=True)
2349 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)
2351 test_main(arith=True, verbose=True)