HomeSort by relevance Sort by last modified time
    Searched refs:test_support (Results 226 - 250 of 2837) 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_imp.py 3 from test import test_support
46 # XXX (ncoghlan): It would be nice to use test_support.CleanImport
53 with test_support.EnvironmentVarGuard():
58 with test_support.CleanImport('time'):
63 with test_support.CleanImport('marshal'):
78 test_support.run_unittest(*tests)
test_whichdb.py 7 import test.test_support
12 _fname = test.test_support.TESTFN
15 anydbm = test.test_support.import_module('anydbm', deprecated=True)
43 mod = test.test_support.import_module(name, deprecated=True)
63 test.test_support.run_unittest(WhichDBTestCase)
test_doctest2.py 17 from test import test_support
114 f, t = test_support.run_doctest(test_doctest2)
116 raise test_support.TestFailed("expected %d tests to run, not %d" %
test_multifile.py 1 from test import test_support
2 mimetools = test_support.import_module('mimetools', deprecated=True)
3 multifile = test_support.import_module('multifile', deprecated=True)
test_mutex.py 2 import test.test_support
4 mutex = test.test_support.import_module("mutex", deprecated=True)
32 test.test_support.run_unittest(MutexTest)
test_popen.py 8 from test import test_support
39 test_support.reap_children()
49 test_support.run_unittest(PopenTest)
test_scriptpackages.py 4 from test import test_support
7 test_support.import_module('aetools')
47 test_support.run_unittest(TestScriptpackages)
test_startfile.py 11 from test import test_support
16 startfile = test_support.get_attribute(os, 'startfile')
42 test_support.run_unittest(TestCase)
test_transformer.py 2 from test import test_support
5 test_support.import_module('compiler', deprecated=True)
35 test_support.run_unittest(Tests)
test_xmllib.py 18 from test import test_support
21 xmllib = test_support.import_module('xmllib', deprecated=True)
45 test_support.run_unittest(XMLParserTestCase)
  /external/python/cpython2/Lib/test/
test_imp.py 3 from test import test_support
51 # XXX (ncoghlan): It would be nice to use test_support.CleanImport
58 with test_support.EnvironmentVarGuard():
63 with test_support.CleanImport('time'):
68 with test_support.CleanImport('marshal'):
78 test_support.run_unittest(*tests)
test_whichdb.py 6 import test.test_support
11 _fname = test.test_support.TESTFN
14 anydbm = test.test_support.import_module('anydbm', deprecated=True)
42 mod = test.test_support.import_module(name, deprecated=True)
62 test.test_support.run_unittest(WhichDBTestCase)
test_doctest2.py 17 from test import test_support
114 f, t = test_support.run_doctest(test_doctest2)
116 raise test_support.TestFailed("expected %d tests to run, not %d" %
test_extcall.py 16 ... print a, test_support.sortdict(k)
19 ... print x, y, test_support.sortdict(z)
326 from test import test_support
346 test_support.run_doctest(sys.modules[__name__], True)
347 test_support.run_unittest(ExtCallTest)
test_multifile.py 1 from test import test_support
2 mimetools = test_support.import_module('mimetools', deprecated=True)
3 multifile = test_support.import_module('multifile', deprecated=True)
test_mutex.py 2 import test.test_support
4 mutex = test.test_support.import_module("mutex", deprecated=True)
32 test.test_support.run_unittest(MutexTest)
test_nis.py 1 from test import test_support
4 nis = test_support.import_module('nis')
37 test_support.run_unittest(NisTests)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imp.py 3 from test import test_support
46 # XXX (ncoghlan): It would be nice to use test_support.CleanImport
53 with test_support.EnvironmentVarGuard():
58 with test_support.CleanImport('time'):
63 with test_support.CleanImport('marshal'):
78 test_support.run_unittest(*tests)
test_whichdb.py 7 import test.test_support
12 _fname = test.test_support.TESTFN
15 anydbm = test.test_support.import_module('anydbm', deprecated=True)
43 mod = test.test_support.import_module(name, deprecated=True)
63 test.test_support.run_unittest(WhichDBTestCase)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imp.py 3 from test import test_support
46 # XXX (ncoghlan): It would be nice to use test_support.CleanImport
53 with test_support.EnvironmentVarGuard():
58 with test_support.CleanImport('time'):
63 with test_support.CleanImport('marshal'):
78 test_support.run_unittest(*tests)
test_whichdb.py 7 import test.test_support
12 _fname = test.test_support.TESTFN
15 anydbm = test.test_support.import_module('anydbm', deprecated=True)
43 mod = test.test_support.import_module(name, deprecated=True)
63 test.test_support.run_unittest(WhichDBTestCase)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imp.py 3 from test import test_support
46 # XXX (ncoghlan): It would be nice to use test_support.CleanImport
53 with test_support.EnvironmentVarGuard():
58 with test_support.CleanImport('time'):
63 with test_support.CleanImport('marshal'):
78 test_support.run_unittest(*tests)
test_whichdb.py 7 import test.test_support
12 _fname = test.test_support.TESTFN
15 anydbm = test.test_support.import_module('anydbm', deprecated=True)
43 mod = test.test_support.import_module(name, deprecated=True)
63 test.test_support.run_unittest(WhichDBTestCase)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imp.py 3 from test import test_support
46 # XXX (ncoghlan): It would be nice to use test_support.CleanImport
53 with test_support.EnvironmentVarGuard():
58 with test_support.CleanImport('time'):
63 with test_support.CleanImport('marshal'):
78 test_support.run_unittest(*tests)
test_whichdb.py 7 import test.test_support
12 _fname = test.test_support.TESTFN
15 anydbm = test.test_support.import_module('anydbm', deprecated=True)
43 mod = test.test_support.import_module(name, deprecated=True)
63 test.test_support.run_unittest(WhichDBTestCase)

Completed in 1327 milliseconds

1 2 3 4 5 6 7 8 91011>>