Lines Matching defs:support

13 from test.support import (captured_stderr, check_impl_detail,
17 from test.support.import_helper import import_module
18 from test.support.os_helper import TESTFN, unlink
19 from test.support.warnings_helper import check_warnings
20 from test import support
538 # test for pickling support
1318 support.gc_collect()
1585 with support.catch_unraisable_exception() as cm:
1782 with support.captured_stderr() as err:
1792 with support.captured_stderr() as err:
1802 with support.captured_stderr() as err:
1814 with support.captured_stderr() as err:
1826 with support.captured_stderr() as err:
1839 with support.captured_stderr() as err:
1852 with support.captured_stderr() as err:
1865 with support.captured_stderr() as err:
1963 with support.captured_stderr() as err:
1976 with support.captured_stderr() as err:
1988 with support.captured_stderr() as err:
2002 with support.captured_stderr() as err:
2016 with support.captured_stderr() as err:
2032 with support.captured_stderr() as err:
2113 with support.captured_stderr() as err:
2125 with support.captured_stderr() as err:
2138 with support.captured_stderr() as err:
2151 with support.captured_stderr() as err:
2164 with support.captured_stderr() as err:
2177 with support.captured_stderr() as err:
2198 with support.captured_stderr() as err:
2212 with support.captured_stderr() as err:
2225 with support.captured_stderr() as err:
2254 with support.captured_stderr() as err:
2266 with support.captured_stderr() as err:
2280 with support.captured_stderr() as err:
2290 with support.captured_stderr() as err:
2307 with support.captured_stderr() as err:
2476 with support.captured_stderr() as err: