Searched refs:todo_tests (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_decimal.py | 2300 def test_main(arith=None, verbose=None, todo_tests=None, debug=None): argument 2312 if todo_tests is None: 2336 if todo_tests is not None and head not in todo_tests: 2345 if todo_tests is None: 2361 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)
|
/external/python/cpython3/Lib/test/ |
D | test_decimal.py | 5684 def test_main(arith=None, verbose=None, todo_tests=None, debug=None): argument 5697 if todo_tests is None: 5709 if todo_tests is not None and head not in todo_tests: 5719 if todo_tests is None: 5749 test_main(arith=True, verbose=True, todo_tests=args, debug=opt.debug)
|