Home
last modified time | relevance | path

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

12

/third_party/python/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():
187 with captured_stdout() as stdout:
/third_party/python/Lib/unittest/test/
Dtest_result.py5 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/
Dtest_frozen.py15 from test.support import captured_stdout
23 with captured_stdout() as out:
Dtest_pydoc.py29 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:
Dtest_tabnanny.py14 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:
Dtest_trace.py3 from test.support import captured_stdout
368 with captured_stdout() as stdout:
383 with captured_stdout() as stdout:
397 with captured_stdout() as stdout:
Dtest_mimetypes.py277 with support.captured_stdout() as output:
283 with support.captured_stdout() as output:
292 with support.captured_stdout() as output:
Dtest_logging.py1465 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 …]
Dtest_timeit.py7 from test.support import captured_stdout
249 with captured_stdout() as s:
384 with captured_stdout() as s:
Dtest_calendar.py472 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:
Dtest_source_encoding.py4 from test.support import script_helper, captured_stdout
229 with captured_stdout() as stdout:
Dtest_ensurepip.py302 with test.support.captured_stdout() as stdout:
333 with test.support.captured_stdout() as stdout:
Dtest_sysconfig.py8 from test.support import (captured_stdout, PythonSymlink)
313 with captured_stdout() as output:
Dtest_modulefinder.py395 with support.captured_stdout() as output:
Dtest_clinic.py543 with support.captured_stdout() as stdout:
788 with support.captured_stdout() as stdout:
Dtest_smtpd.py100 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/
Dtest_cmd.py4 from test.support import captured_stdout, run_unittest
108 with captured_stdout() as stdout:
115 with captured_stdout() as stdout:
Dtest_core.py8 from test.support import captured_stdout, run_unittest
121 with captured_stdout() as stdout:
128 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:
Dtest_install.py8 from test.support import captured_stdout, run_unittest
249 with captured_stdout():
Dtest_sdist.py9 from test.support import captured_stdout, run_unittest
280 with captured_stdout() as stdout:
Dtest_dist.py15 captured_stdout, captured_stderr, run_unittest
487 with captured_stdout() as s:
/third_party/python/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:
/third_party/python/Lib/test/test_tools/
Dtest_lll.py28 with support.captured_stdout() as output:
Dtest_fixcid.py87 support.captured_stdout() as output, \

12