Lines Matching defs:support
16 import test.support
17 from test.support import reap_children, verbose
18 from test.support import os_helper
19 from test.support import socket_helper
20 from test.support import threading_helper
23 test.support.requires("network")
24 test.support.requires_working_socket(module=True)
33 HAVE_FORKING = test.support.has_fork_support
44 def receive(sock, n, timeout=test.support.SHORT_TIMEOUT):
73 test.support.wait_process(pid, exitcode=72)
417 pthread_kill = test.support.get_attribute(signal, 'pthread_kill')
424 big_chunk = b'\0' * test.support.SOCK_MAX_SIZE
469 self.assertEqual(server.sent2, test.support.SOCK_MAX_SIZE)
470 self.assertEqual(received2, test.support.SOCK_MAX_SIZE - 100)