Lines Matching defs:support
5 from test import support
6 from test.support import import_helper
7 from test.support import os_helper
22 if not support.has_subprocess_support:
23 raise unittest.SkipTest("test_CLI requires subprocess support.")
627 is really to support backward compatibility in what doctest.master.summarize()
745 # `support.run_doctest` is called due to unwrap failing,
751 support.run_doctest(dummy_module, verbosity=True)
753 raise support.TestFailed("Doctest unwrap failed") from e
2889 We'll use the support module's script_helpers for this, and write a test files
2901 >>> from test.support import script_helper
2902 >>> from test.support.os_helper import temp_dir
2953 >>> from test.support import script_helper
2954 >>> from test.support.os_helper import temp_dir