Searched refs:captured_stderr (Results 1 – 25 of 44) sorted by relevance
12
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_warning.py | 10 from test.test_support import captured_stderr 43 with captured_stderr() as f: 66 with captured_stderr() as f:
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_warning.py | 11 from test.support import captured_stderr 42 with captured_stderr() as f: 66 with captured_stderr() as f:
|
D | test_config.py | 10 from test.support import captured_stderr, findfile 808 with captured_stderr() as stderr: 812 with captured_stderr() as stderr: 815 with captured_stderr() as stderr:
|
D | test_run.py | 6 from test.support import captured_stderr 25 with captured_stderr() as output:
|
/external/python/cpython2/Lib/test/ |
D | test_exceptions.py | 8 from test.test_support import (TESTFN, unlink, run_unittest, captured_stderr, 383 with captured_stderr(): 456 with captured_stderr() as stderr: 468 with captured_stderr() as stderr: 672 with captured_stderr() as stderr: 696 with captured_stderr() as stderr:
|
D | test_ensurepip.py | 180 with test.test_support.captured_stderr() as stderr: 254 with test.test_support.captured_stderr() as stderr: 286 with test.test_support.captured_stderr() as stderr:
|
D | test_pydoc.py | 20 captured_stderr, requires_docstrings) 468 with captured_stderr() as err: 475 with captured_stderr() as err: 489 with captured_stderr() as err:
|
D | test_timeit.py | 10 from test.test_support import captured_stderr 305 with captured_stderr() as error_stringio: 310 with captured_stderr() as error_stringio:
|
D | test_tools.py | 420 with test_support.captured_stderr() as stderr:
|
/external/python/cpython3/Lib/test/ |
D | test_timeit.py | 8 from test.support import captured_stderr 341 with captured_stderr() as error_stringio: 348 with captured_stderr() as error_stringio: 353 with captured_stderr() as error_stringio:
|
D | test_site.py | 10 from test.support import (captured_stderr, TESTFN, EnvironmentVarGuard, 137 with captured_stderr() as err_out: 152 with captured_stderr() as err_out: 164 with captured_stderr() as err_out:
|
D | test_yield_from.py | 13 from test.support import captured_stderr, disable_gc, gc_collect 473 with captured_stderr() as output: 565 with captured_stderr() as output:
|
D | test_pydoc.py | 31 captured_stderr, unlink, requires_docstrings 788 with captured_stderr() as err: 795 with captured_stderr() as err: 809 with captured_stderr() as err:
|
D | test_exceptions.py | 11 from test.support import (TESTFN, captured_stderr, check_impl_detail, 918 with captured_stderr() as stderr: 1163 with captured_stderr() as stderr: 1187 with captured_stderr() as stderr:
|
D | test_getpass.py | 154 with support.captured_stderr() as stderr:
|
D | test_venv.py | 16 from test.support import (captured_stdout, captured_stderr, requires_zlib, 63 with captured_stderr() as error:
|
D | test_ensurepip.py | 177 with test.support.captured_stderr() as stderr:
|
D | test_py_compile.py | 134 with support.captured_stderr():
|
D | test_concurrent_futures.py | 794 with test.support.captured_stderr() as f1: 952 with test.support.captured_stderr(): 1019 with test.support.captured_stderr() as stderr:
|
D | test_coroutines.py | 2036 with warnings.catch_warnings(), support.captured_stderr() as stderr: 2281 with support.captured_stderr() as stream: 2289 with support.captured_stderr() as stream:
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_dist.py | 15 TESTFN, captured_stdout, captured_stderr, run_unittest 371 with captured_stderr() as error: 390 with captured_stderr() as error: 408 with captured_stderr() as error:
|
/external/python/cpython3/Lib/test/test_tools/ |
D | test_fixcid.py | 87 support.captured_stderr():
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_program.py | 216 with support.captured_stderr() as stderr, \ 222 with support.captured_stderr() as stderr, \
|
/external/python/futures/ |
D | test_futures.py | 93 def captured_stderr(): function 569 with captured_stderr() as stderr:
|
/external/python/cpython3/Lib/test/test_warnings/ |
D | __init__.py | 112 with support.captured_stderr() as stderr: 843 with support.captured_stderr() as stderr: 853 with support.captured_stderr() as stderr:
|
12