/third_party/python/Lib/distutils/tests/ |
H A D | test_cmd.py | 4 from test.support import captured_stdout, run_unittest namespace 108 with captured_stdout() as stdout: 115 with captured_stdout() as stdout:
|
H A D | test_core.py | 8 from test.support import captured_stdout, run_unittest namespace 121 with captured_stdout() as stdout: 128 with captured_stdout() as stdout:
|
H A D | test_filelist.py | 12 from test.support import captured_stdout, run_unittest namespace 107 with captured_stdout() as stdout: 113 with captured_stdout() as stdout:
|
H A D | test_install.py | 8 from test.support import captured_stdout, run_unittest, requires_subprocess namespace 250 with captured_stdout():
|
H A D | test_sdist.py | 9 from test.support import captured_stdout, run_unittest namespace 280 with captured_stdout() as stdout:
|
H A D | test_dist.py | 15 captured_stdout, captured_stderr, run_unittest 487 with captured_stdout() as s:
|
/third_party/python/Lib/test/test_importlib/frozen/ |
H A D | test_loader.py | 5 from test.support import captured_stdout, import_helper, STDLIB_DIR namespace 62 with captured_stdout() as stdout: 141 with captured_stdout() as stdout: 194 with captured_stdout() as stdout: 236 with captured_stdout() as stdout:
|
/third_party/python/Lib/test/ |
H A D | test_frozen.py | 16 from test.support import captured_stdout, import_helper namespace 26 with captured_stdout() as out:
|
H A D | test_pydoc.py | 29 from test.support import (reap_children, captured_output, captured_stdout, namespace 673 with captured_stdout() as help_io: 683 with captured_stdout() as help_io: 908 with captured_stdout() as out: 915 with captured_stdout() as out: 929 with captured_stdout() as out: 948 with self.restrict_walk_packages(path=[TESTFN]), captured_stdout() as stdout: 1000 with captured_stdout() as help_io: 1012 with captured_stdout() as help_io: 1548 with captured_stdout() a [all...] |
H A D | test_tabnanny.py | 13 from test.support import (captured_stderr, captured_stdout, script_helper, namespace 160 with captured_stdout() as stdout, captured_stderr() as stderr: 186 with captured_stdout() as stdout, captured_stderr() as stderr:
|
H A D | test_calendar.py | 472 with support.captured_stdout() as out: 478 with support.captured_stdout() as out: 483 with support.captured_stdout() as out: 488 with support.captured_stdout() as out:
|
H A D | test_trace.py | 4 from test.support import captured_stdout namespace 374 with captured_stdout() as stdout: 389 with captured_stdout() as stdout: 403 with captured_stdout() as stdout:
|
H A D | test_logging.py | 1474 with support.captured_stdout() as output: 1489 with support.captured_stdout() as output: 1507 with support.captured_stdout() as output: 1530 with support.captured_stdout() as output: 1550 with support.captured_stdout() as output: 1570 with support.captured_stdout() as output: 3019 with support.captured_stdout() as output: 3034 with support.captured_stdout() as output: 3065 with support.captured_stdout() as output: 3080 with support.captured_stdout() a [all...] |
H A D | test_mimetypes.py | 290 with support.captured_stdout() as output: 296 with support.captured_stdout() as output: 305 with support.captured_stdout() as output:
|
H A D | test_timeit.py | 7 from test.support import captured_stdout namespace 249 with captured_stdout() as s: 384 with captured_stdout() as s:
|
H A D | test_ensurepip.py | 302 with test.support.captured_stdout() as stdout: 333 with test.support.captured_stdout() as stdout:
|
H A D | test_source_encoding.py | 4 from test.support import script_helper, captured_stdout, requires_subprocess namespace 322 with captured_stdout() as stdout:
|
H A D | test_modulefinder.py | 396 with support.captured_stdout() as output:
|
H A D | test_print.py | 58 with support.captured_stdout() as t:
|
H A D | test_sysconfig.py | 9 captured_stdout, PythonSymlink, requires_subprocess, is_wasi 387 with captured_stdout() as output:
|
H A D | test_asyncore.py | 281 with support.captured_stdout() as stdout: 295 with support.captured_stdout() as stdout:
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_grep.py | 10 from test.support import captured_stdout namespace 52 with captured_stdout() as s: 125 with captured_stdout() as s: 151 # so it can be replaced by captured_stdout in class setup/teardown.
|
/third_party/python/Lib/unittest/test/ |
H A D | test_result.py | 5 from test.support import warnings_helper, captured_stdout, captured_stderr namespace 902 with captured_stdout() as stdout: 924 with captured_stdout() as stdout: 946 with captured_stdout() as stdout: 976 with captured_stdout() as stdout: 1017 with captured_stdout() as stdout: 1060 with captured_stdout() as stdout: 1083 with captured_stdout() as stdout: 1106 with captured_stdout() as stdout: 1139 with captured_stdout() a [all...] |
/third_party/python/Lib/test/test_tools/ |
H A D | test_lll.py | 28 with support.captured_stdout() as output:
|
H A D | test_fixcid.py | 88 support.captured_stdout() as output, \
|