HomeSort by relevance Sort by last modified time
    Searched refs:test_support (Results 1 - 25 of 970) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_distutils.py 8 from test import test_support
13 test_support.run_unittest(distutils.tests.test_suite())
14 test_support.reap_children()
test_unittest.py 3 from test import test_support
7 test_support.run_unittest(unittest.test.suite())
8 test_support.reap_children()
test_json.py 9 import test.test_support
13 test.test_support.run_unittest(json.tests.test_suite())
test_crypt.py 1 from test import test_support
4 crypt = test_support.import_module('crypt')
10 if test_support.verbose:
14 test_support.run_unittest(CryptTestCase)
test_tk.py 3 from test import test_support
6 test_support.import_module('_tkinter')
20 with test_support.DirsOnSysPath(lib_tk_test):
25 if test_support.use_resources is None:
26 test_support.use_resources = ['gui']
27 elif 'gui' not in test_support.use_resources:
28 test_support.use_resources.append('gui')
30 with test_support.DirsOnSysPath(lib_tk_test):
31 test_support.run_unittest(
test_email.py 6 from test import test_support
9 test_support.run_unittest(suite())
test_email_renamed.py 6 from test import test_support
9 test_support.run_unittest(suite())
outstanding_bugs.py 10 from test import test_support
18 #test_support.run_unittest()
test_codecmaps_hk.py 7 from test import test_support
17 test_support.run_unittest(__name__)
20 test_support.use_resources = ['urlfetch']
test_macostools.py 6 from test import test_support
8 MacOS = test_support.import_module('MacOS')
13 TESTFN2 = test_support.TESTFN + '2'
18 fp = open(test_support.TESTFN, 'w')
21 rfp = MacOS.openrf(test_support.TESTFN, '*wb')
26 test_support.unlink(test_support.TESTFN)
27 test_support.unlink(TESTFN2)
30 fp = open(test_support.TESTFN, 'r')
38 rfp = MacOS.openrf(test_support.TESTFN, '*rb')
    [all...]
test_ttk_textonly.py 2 from test import test_support
5 test_support.import_module('_tkinter')
10 with test_support.DirsOnSysPath(lib_tk_test):
14 with test_support.DirsOnSysPath(lib_tk_test):
15 test_support.run_unittest(
test_smtpnet.py 4 from test import test_support
7 test_support.requires("network")
14 test_support.get_attribute(smtplib, 'SMTP_SSL')
15 with test_support.transient_internet(self.testServer):
21 test_support.get_attribute(smtplib, 'SMTP_SSL')
22 with test_support.transient_internet(self.testServer):
28 test_support.run_unittest(SmtpSSLTest)
test_macos.py 2 from test import test_support
6 MacOS = test_support.import_module('MacOS')
8 TESTFN2 = test_support.TESTFN + '2'
17 fp = open(test_support.TESTFN, 'w')
23 test_support.TESTFN])
25 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN)
30 os.unlink(test_support.TESTFN)
37 fp = open(test_support.TESTFN, 'w')
41 MacOS.SetCreatorAndType(test_support.TESTFN,
44 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN)
    [all...]
  /external/python/cpython2/Lib/test/
test_distutils.py 8 from test import test_support
13 test_support.run_unittest(distutils.tests.test_suite())
14 test_support.reap_children()
test_unittest.py 3 from test import test_support
7 test_support.run_unittest(unittest.test.suite())
8 test_support.reap_children()
test_json.py 9 import test.test_support
13 test.test_support.run_unittest(json.tests.test_suite())
test_tk.py 2 from test import test_support
5 test_support.import_module('_tkinter')
6 test_support.requires('gui')
12 with test_support.DirsOnSysPath(lib_tk_test):
16 with test_support.DirsOnSysPath(lib_tk_test):
17 test_support.run_unittest(
test_email_renamed.py 6 from test import test_support
9 test_support.run_unittest(suite())
outstanding_bugs.py 10 from test import test_support
18 #test_support.run_unittest()
test_email.py 7 from test import test_support
10 test_support.run_unittest(suite())
11 test_support.run_unittest(suite2())
test_macostools.py 6 from test import test_support
8 MacOS = test_support.import_module('MacOS')
13 TESTFN2 = test_support.TESTFN + '2'
20 fp = open(test_support.TESTFN, 'w')
23 rfp = MacOS.openrf(test_support.TESTFN, '*wb')
28 test_support.unlink(test_support.TESTFN)
29 test_support.unlink(TESTFN2)
32 fp = open(test_support.TESTFN, 'r')
40 rfp = MacOS.openrf(test_support.TESTFN, '*rb'
    [all...]
test_ttk_textonly.py 2 from test import test_support
5 test_support.import_module('_tkinter')
10 with test_support.DirsOnSysPath(lib_tk_test):
14 with test_support.DirsOnSysPath(lib_tk_test):
15 test_support.run_unittest(
test_smtpnet.py 2 from test import test_support
5 test_support.requires("network")
12 test_support.get_attribute(smtplib, 'SMTP_SSL')
13 with test_support.transient_internet(self.testServer):
19 test_support.get_attribute(smtplib, 'SMTP_SSL')
20 with test_support.transient_internet(self.testServer):
26 test_support.run_unittest(SmtpSSLTest)
test_macos.py 2 from test import test_support
6 MacOS = test_support.import_module('MacOS')
8 TESTFN2 = test_support.TESTFN + '2'
15 fp = open(test_support.TESTFN, 'w')
21 test_support.TESTFN])
23 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN)
28 os.unlink(test_support.TESTFN)
34 fp = open(test_support.TESTFN, 'w')
38 MacOS.SetCreatorAndType(test_support.TESTFN,
41 cr, tp = MacOS.GetCreatorAndType(test_support.TESTFN
    [all...]
  /external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
module_tests.py 7 import test_support
9 EXPECT_EQ = test_support.EXPECT_EQ
10 EXPECT_TRUE = test_support.EXPECT_TRUE
11 RunTest = test_support.RunTest
12 ModulesAreEqual = test_support.ModulesAreEqual
13 BuildTestModule = test_support.BuildTestModule
14 TestTestModule = test_support.TestTestModule

Completed in 2960 milliseconds

1 2 3 4 5 6 7 8 91011>>