/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_warning.py | 11 from test.support import captured_stderr namespace 42 with captured_stderr() as f: 66 with captured_stderr() as f:
|
H A D | test_config.py | 10 from test.support import captured_stderr, findfile namespace 791 with captured_stderr() as stderr: 795 with captured_stderr() as stderr: 798 with captured_stderr() as stderr:
|
H A D | test_run.py | 6 from test.support import captured_output, captured_stderr namespace 30 with captured_stderr() as output: 73 with captured_stderr() as output:
|
/third_party/python/Lib/test/ |
H A D | test_exceptions.py | 13 from test.support import (captured_stderr, check_impl_detail, namespace 1284 with captured_stderr() as stderr: 1601 with captured_stderr() as stderr: 1782 with support.captured_stderr() as err: 1792 with support.captured_stderr() as err: 1802 with support.captured_stderr() as err: 1814 with support.captured_stderr() as err: 1826 with support.captured_stderr() as err: 1839 with support.captured_stderr() as err: 1852 with support.captured_stderr() a [all...] |
H A D | test_tabnanny.py | 13 from test.support import (captured_stderr, captured_stdout, script_helper, namespace 113 with captured_stderr() as stderr: 160 with captured_stdout() as stdout, captured_stderr() as stderr: 186 with captured_stdout() as stdout, captured_stderr() as stderr:
|
H A D | test_timeit.py | 8 from test.support import captured_stderr namespace 350 with captured_stderr() as error_stringio: 357 with captured_stderr() as error_stringio: 362 with captured_stderr() as error_stringio:
|
H A D | test_site.py | 12 from test.support import captured_stderr namespace 144 with captured_stderr() as err_out: 159 with captured_stderr() as err_out: 177 with captured_stderr() as err_out:
|
H A D | test_py_compile.py | 136 with support.captured_stderr(): 199 with support.captured_stderr() as stderr:
|
H A D | test_pydoc.py | 30 captured_stderr, is_emscripten, is_wasi, 909 with captured_stderr() as err: 916 with captured_stderr() as err: 930 with captured_stderr() as err:
|
H A D | test_getpass.py | 157 with support.captured_stderr() as stderr:
|
H A D | test_yield_from.py | 13 from test.support import captured_stderr, disable_gc, gc_collect namespace 474 with captured_stderr() as output:
|
H A D | test_ensurepip.py | 228 with test.support.captured_stderr() as stderr:
|
H A D | test_venv.py | 20 from test.support import (captured_stdout, captured_stderr, requires_zlib, namespace 86 with captured_stderr() as error:
|
H A D | test_concurrent_futures.py | 1044 with support.captured_stderr() as f1: 1261 cm = support.captured_stderr() 1411 with support.captured_stderr() as stderr: 1466 with support.captured_stderr() as stderr:
|
H A D | test_sys.py | 144 with support.captured_stderr() as err: 160 with support.captured_stderr() as err: 1171 with test.support.captured_stderr() as stderr, \ 1203 with test.support.captured_stderr() as stderr, test.support.swap_attr(
|
H A D | test_logging.py | 782 with support.captured_stderr() as stderr: 788 with support.captured_stderr() as stderr: 3501 with support.captured_stderr() as stderr: 4222 with support.captured_stderr() as stderr: 4230 with support.captured_stderr() as stderr: 4236 with support.captured_stderr() as stderr: 4243 with support.captured_stderr() as stderr:
|
H A D | test_asyncore.py | 267 with support.captured_stderr() as stderr:
|
H A D | test_support.py | 343 with support.captured_stderr() as stderr:
|
H A D | test_httpservers.py | 333 with support.captured_stderr() as err: 344 with support.captured_stderr() as err:
|
H A D | test_smtplib.py | 147 with support.captured_stderr() as stderr: 157 with support.captured_stderr() as stderr:
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_dist.py | 15 captured_stdout, captured_stderr, run_unittest 372 with captured_stderr() as error: 391 with captured_stderr() as error: 409 with captured_stderr() as error:
|
/third_party/python/Lib/test/test_tools/ |
H A D | test_fixcid.py | 89 support.captured_stderr():
|
/third_party/python/Lib/unittest/test/ |
H A D | test_program.py | 249 with support.captured_stderr() as stderr, \ 255 with support.captured_stderr() as stderr, \
|
H A D | test_case.py | 22 from test.support import captured_stderr, gc_collect namespace 1631 with captured_stderr() as buf:
|
/third_party/python/Lib/test/test_warnings/ |
H A D | __init__.py | 122 with support.captured_stderr() as stderr: 835 with support.captured_stderr() as stderr: 845 with support.captured_stderr() as stderr:
|