Lines Matching defs:support
44 from test.support.script_helper import assert_python_ok, assert_python_failure
45 from test import support
46 from test.support import os_helper
47 from test.support import socket_helper
48 from test.support import threading_helper
49 from test.support import warnings_helper
50 from test.support.logging_helper import TestHandler
631 support.is_emscripten, "Emscripten cannot fstat unlinked files."
682 @support.requires_fork()
756 support.wait_process(pid, exitcode=0)
782 with support.captured_stderr() as stderr:
788 with support.captured_stderr() as stderr:
1067 @support.requires_working_socket()
1071 TIMEOUT = support.LONG_TIMEOUT
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:
1729 @support.requires_working_socket()
1845 @support.requires_working_socket()
1928 @support.requires_working_socket()
2023 'IPv6 support required for this test.')
2039 @support.requires_working_socket()
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() as output:
3100 with support.captured_stdout() as output:
3112 with support.captured_stdout() as output:
3129 with support.captured_stdout() as output:
3141 with support.captured_stdout() as output:
3162 with support.captured_stdout() as output:
3182 with support.captured_stdout() as output:
3205 with support.captured_stdout() as output:
3223 with support.captured_stdout() as output:
3251 with support.captured_stdout() as output:
3317 @support.requires_working_socket()
3319 with support.captured_stdout() as output:
3337 @support.requires_working_socket()
3339 with support.captured_stdout() as output:
3352 @support.requires_working_socket()
3366 with support.captured_stdout() as output:
3381 with support.captured_stdout() as output:
3399 with support.captured_stdout() as output:
3501 with support.captured_stderr() as stderr:
3698 handler = TestHandler(support.Matcher())
3714 handler = TestHandler(support.Matcher())
3808 support.skip_if_broken_multiprocessing_synchronize()
3834 support.skip_if_broken_multiprocessing_synchronize()
4222 with support.captured_stderr() as stderr:
4230 with support.captured_stderr() as stderr:
4236 with support.captured_stderr() as stderr:
4243 with support.captured_stderr() as stderr:
4391 support.patch(self, logging, 'basicConfig',
4578 with support.swap_item(sys.modules, 'multiprocessing', None):
4593 support.skip_if_broken_multiprocessing_synchronize()
4701 with support.captured_stdout() as output:
4709 with support.captured_stdout() as output:
4944 support.patch(self, logging, 'basicConfig', my_basic_config)
5119 with support.swap_attr(logging, 'raiseExceptions', True):
5123 with support.swap_attr(logging, 'raiseExceptions', False):
5128 support.patch(self, logging.traceback, 'print_stack',
5358 @unittest.skipIf(support.is_wasi, "WASI does not have /dev/null.")
5420 @support.requires_zlib()
5466 @unittest.skipIf(support.is_wasi, "WASI does not have /dev/null.")
5723 support.check__all__(self, logging, not_exported=not_exported)
5730 unittest.enterModuleContext(support.run_with_locale('LC_ALL', ''))