Home
last modified time | relevance | path

Searched refs:captured_stdout (Results 1 – 25 of 76) sorted by relevance

1234

/external/python/cpython3/Lib/test/test_importlib/frozen/
Dtest_loader.py6 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():
164 with util.uncache('__hello__'), captured_stdout():
191 with captured_stdout() as stdout:
/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py4 from test.test_support import captured_stdout
68 with captured_stdout() as stdout:
75 with captured_stdout() as stdout:
Dtest_core.py9 from test.test_support import captured_stdout, run_unittest
91 with captured_stdout() as stdout:
98 with captured_stdout() as stdout:
Dtest_cmd.py4 from test.test_support import captured_stdout, run_unittest
108 with captured_stdout() as stdout:
115 with captured_stdout() as stdout:
Dtest_filelist.py10 from test.test_support import captured_stdout, run_unittest
105 with captured_stdout() as stdout:
111 with captured_stdout() as stdout:
Dtest_dist.py14 from test.test_support import TESTFN, captured_stdout, run_unittest, unlink
73 with captured_stdout() as stdout:
79 with captured_stdout() as stdout:
406 with captured_stdout() as s:
/external/python/cpython2/Lib/test/
Dtest_logging.py40 from test.test_support import captured_stdout, run_with_locale, run_unittest
742 with captured_stdout() as output:
757 with captured_stdout() as output:
780 with captured_stdout() as output:
800 with captured_stdout() as output:
820 with captured_stdout() as output:
1669 with captured_stdout() as output:
1684 with captured_stdout() as output:
1715 with captured_stdout() as output:
1730 with captured_stdout() as output:
[all …]
Dtest_frozen.py3 from test.test_support import captured_stdout, run_unittest
10 with captured_stdout() as stdout:
Dtest_pydoc.py19 from test.test_support import (TESTFN, rmtree, reap_children, captured_stdout,
467 with captured_stdout() as out:
474 with captured_stdout() as out:
488 with captured_stdout() as out:
523 with captured_stdout() as help_io:
617 with captured_stdout() as output:
Dtest_trace.py4 captured_stdout)
293 with captured_stdout() as stdout:
308 with captured_stdout() as stdout:
322 with captured_stdout() as stdout:
Dtest_source_encoding.py4 from test.test_support import run_unittest, rmtree, captured_stdout
145 with captured_stdout() as stdout:
Dtest_aifc.py1 from test.test_support import (findfile, TESTFN, unlink, captured_stdout,
236 with captured_stdout() as s:
247 with captured_stdout() as s:
257 with captured_stdout() as s:
/external/python/cpython3/Lib/test/
Dtest_frozen.py15 from test.support import captured_stdout
23 with captured_stdout() as out:
Dtest_tabnanny.py14 from test.support import (captured_stderr, captured_stdout, script_helper,
160 with captured_stdout() as stdout, captured_stderr() as stderr:
186 with captured_stdout() as stdout, captured_stderr() as stderr:
Dtest_pydoc.py29 reap_children, reap_threads, 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:
1507 with captured_stdout() as help_io:
Dtest_mimetypes.py247 with support.captured_stdout() as output:
253 with support.captured_stdout() as output:
262 with support.captured_stdout() as output:
Dtest_source_encoding.py4 from test.support import TESTFN, unlink, unload, rmtree, script_helper, captured_stdout
210 with captured_stdout() as stdout:
Dtest_trace.py3 from test.support import TESTFN, TESTFN_UNICODE, FS_NONASCII, rmtree, unlink, captured_stdout
367 with captured_stdout() as stdout:
382 with captured_stdout() as stdout:
396 with captured_stdout() as stdout:
Dtest_timeit.py7 from test.support import captured_stdout
240 with captured_stdout() as s:
375 with captured_stdout() as s:
/external/python/cpython3/Lib/distutils/tests/
Dtest_core.py9 from test.support import captured_stdout, run_unittest
121 with captured_stdout() as stdout:
128 with captured_stdout() as stdout:
Dtest_cmd.py4 from test.support import captured_stdout, run_unittest
108 with captured_stdout() as stdout:
115 with captured_stdout() as stdout:
Dtest_filelist.py12 from test.support import captured_stdout, run_unittest
107 with captured_stdout() as stdout:
113 with captured_stdout() as stdout:
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_grep.py9 from test.test_support import captured_stdout, findfile
53 with captured_stdout() as s:
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_grep.py10 from test.support import captured_stdout
52 with captured_stdout() as s:
125 with captured_stdout() as s:
/external/python/cpython3/Lib/test/test_tools/
Dtest_lll.py27 with support.captured_stdout() as output:

1234