Searched refs:captured_stdout (Results 1 – 25 of 46) sorted by relevance
12
/third_party/python/Lib/test/test_importlib/frozen/ |
D | test_loader.py | 6 from test.support import captured_stdout 15 with util.uncache(name), captured_stdout() as stdout: 95 with util.uncache('__hello__'), captured_stdout() as stdout: 109 with util.uncache('__phello__'), captured_stdout() as stdout: 128 captured_stdout() as stdout: 145 with util.uncache('__hello__'), captured_stdout() as stdout: 155 with util.uncache('__hello__'), captured_stdout(): 187 with captured_stdout() as stdout:
|
/third_party/python/Lib/unittest/test/ |
D | test_result.py | 5 from test.support import warnings_helper, captured_stdout, captured_stderr 667 with captured_stdout() as stdout: 689 with captured_stdout() as stdout: 711 with captured_stdout() as stdout: 740 with captured_stdout() as stdout: 778 with captured_stdout() as stdout: 818 with captured_stdout() as stdout: 841 with captured_stdout() as stdout: 864 with captured_stdout() as stdout: 897 with captured_stdout() as stdout: [all …]
|
/third_party/python/Lib/test/ |
D | test_frozen.py | 15 from test.support import captured_stdout 23 with captured_stdout() as out:
|
D | test_pydoc.py | 29 from test.support import (reap_children, captured_output, captured_stdout, 692 with captured_stdout() as help_io: 702 with captured_stdout() as help_io: 917 with captured_stdout() as out: 924 with captured_stdout() as out: 938 with captured_stdout() as out: 955 with self.restrict_walk_packages(path=[TESTFN]), captured_stdout() as stdout: 1007 with captured_stdout() as help_io: 1019 with captured_stdout() as help_io: 1503 with captured_stdout() as help_io:
|
D | test_tabnanny.py | 14 from test.support import (captured_stderr, captured_stdout, script_helper, 161 with captured_stdout() as stdout, captured_stderr() as stderr: 187 with captured_stdout() as stdout, captured_stderr() as stderr:
|
D | test_trace.py | 3 from test.support import captured_stdout 368 with captured_stdout() as stdout: 383 with captured_stdout() as stdout: 397 with captured_stdout() as stdout:
|
D | test_mimetypes.py | 277 with support.captured_stdout() as output: 283 with support.captured_stdout() as output: 292 with support.captured_stdout() as output:
|
D | test_logging.py | 1465 with support.captured_stdout() as output: 1480 with support.captured_stdout() as output: 1498 with support.captured_stdout() as output: 1521 with support.captured_stdout() as output: 1541 with support.captured_stdout() as output: 1561 with support.captured_stdout() as output: 2958 with support.captured_stdout() as output: 2973 with support.captured_stdout() as output: 3004 with support.captured_stdout() as output: 3019 with support.captured_stdout() as output: [all …]
|
D | test_timeit.py | 7 from test.support import captured_stdout 249 with captured_stdout() as s: 384 with captured_stdout() as s:
|
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:
|
D | test_source_encoding.py | 4 from test.support import script_helper, captured_stdout 229 with captured_stdout() as stdout:
|
D | test_ensurepip.py | 302 with test.support.captured_stdout() as stdout: 333 with test.support.captured_stdout() as stdout:
|
D | test_sysconfig.py | 8 from test.support import (captured_stdout, PythonSymlink) 313 with captured_stdout() as output:
|
D | test_modulefinder.py | 395 with support.captured_stdout() as output:
|
D | test_clinic.py | 543 with support.captured_stdout() as stdout: 788 with support.captured_stdout() as stdout:
|
D | test_smtpd.py | 100 with support.captured_stdout() as s: 116 with support.captured_stdout() as s: 133 with support.captured_stdout() as s: 150 with support.captured_stdout() as s:
|
/third_party/python/Lib/distutils/tests/ |
D | test_cmd.py | 4 from test.support import captured_stdout, run_unittest 108 with captured_stdout() as stdout: 115 with captured_stdout() as stdout:
|
D | test_core.py | 8 from test.support import captured_stdout, run_unittest 121 with captured_stdout() as stdout: 128 with captured_stdout() as stdout:
|
D | test_filelist.py | 12 from test.support import captured_stdout, run_unittest 107 with captured_stdout() as stdout: 113 with captured_stdout() as stdout:
|
D | test_install.py | 8 from test.support import captured_stdout, run_unittest 249 with captured_stdout():
|
D | test_sdist.py | 9 from test.support import captured_stdout, run_unittest 280 with captured_stdout() as stdout:
|
D | test_dist.py | 15 captured_stdout, captured_stderr, run_unittest 487 with captured_stdout() as s:
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_grep.py | 10 from test.support import captured_stdout 52 with captured_stdout() as s: 125 with captured_stdout() as s:
|
/third_party/python/Lib/test/test_tools/ |
D | test_lll.py | 28 with support.captured_stdout() as output:
|
D | test_fixcid.py | 87 support.captured_stdout() as output, \
|
12