Lines Matching defs:support
1 from test import support
2 from test.support import import_helper
3 from test.support import threading_helper
8 from test.support import hashlib_helper
9 from test.support.script_helper import assert_python_ok
36 if support.check_sanitizer(address=True, memory=True):
113 support.reap_children()
140 if support.verbose:
408 "Tested platform does not support the alarm signal")
486 support.gc_collect() # For PyPy or other GCs.
497 support.gc_collect() # For PyPy or other GCs.
565 support.gc_collect() # For PyPy or other GCs.
799 support.gc_collect() # For PyPy or other GCs.
807 support.gc_collect() # For PyPy or other GCs.
878 @support.cpython_only
890 collected = my_object_collected.wait(timeout=support.SHORT_TIMEOUT)
907 support.gc_collect() # For PyPy or other GCs.
1044 with support.captured_stderr() as f1:
1066 support.gc_collect()
1231 TIMEOUT = support.SHORT_TIMEOUT
1261 cm = support.captured_stderr()
1411 with support.captured_stderr() as stderr:
1466 with support.captured_stderr() as stderr:
1586 f1.result, timeout=support.SHORT_TIMEOUT)
1615 self.assertTrue(isinstance(f1.exception(timeout=support.SHORT_TIMEOUT), OSError))