Home
last modified time | relevance | path

Searched refs:test_support (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_poplib.py14 from test import support as test_support namespace
25 test_support.requires_working_socket(module=True)
269 timeout=test_support.LOOPBACK_TIMEOUT)
334 with test_support.swap_attr(self.client, 'welcome', evil_welcome):
391 timeout=test_support.LOOPBACK_TIMEOUT)
461 timeout=test_support.LOOPBACK_TIMEOUT)
518 socket.setdefaulttimeout(test_support.LOOPBACK_TIMEOUT)
523 self.assertEqual(pop.sock.gettimeout(), test_support.LOOPBACK_TIMEOUT)
537 pop = poplib.POP3(HOST, self.port, timeout=test_support.LOOPBACK_TIMEOUT)
538 self.assertEqual(pop.sock.gettimeout(), test_support
[all...]
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_loadtk.py4 import test.support as test_support namespace
8 test_support.requires('gui')
/third_party/rust/crates/clang-sys/tests/
H A Dlib.rs45 fn test_support() { in test_support() functions
/third_party/python/Lib/distutils/tests/
H A Dtest_install.py20 from test import support as test_support namespace
213 cmd = test_support.missing_compiler_executable()
/third_party/gn/src/gn/
H A Dlabel.cc207 //base/test:test_support
210 to look for the thing named "test_support" in "base/test/BUILD.gn".
225 //base/test:test_support(//build/toolchain/win:msvc)
/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py20 from test.test_zoneinfo import _support as test_support namespace
25 py_zoneinfo, c_zoneinfo = test_support.get_modules()
1392 stack.enter_context(test_support.set_zoneinfo_module(self.module))
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py11 from test.test_support import check_syntax_error

Completed in 7 milliseconds