HomeSort by relevance Sort by last modified time
    Searched full:test_support (Results 76 - 100 of 987) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_nis.py 1 from test import test_support namespace
4 nis = test_support.import_module('nis')
12 if test_support.verbose:
41 test_support.run_unittest(NisTests)
test_xml_etree_c.py 3 from test import test_support namespace
4 from test.test_support import precisionbigmemtest, _2G
7 cET = test_support.import_module('xml.etree.cElementTree')
38 test_support.run_doctest(test_xml_etree_c, verbosity=True)
test_whichdb.py 7 import test.test_support namespace
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_codecmaps_cn.py 7 from test import test_support namespace
30 test_support.run_unittest(__name__)
test_errno.py 7 from test import test_support namespace
36 test_support.run_unittest(ErrnoAttributeTests, ErrorcodeTests)
test_getargs.py 17 from test import test_support namespace
28 test_support.run_unittest(GetArgsTest)
test_pstats.py 2 from test import test_support namespace
26 test_support.run_unittest(
test_structmembers.py 9 from test import test_support namespace
80 with test_support.check_warnings(('', RuntimeWarning)):
84 with test_support.check_warnings(('', RuntimeWarning)):
88 with test_support.check_warnings(('', RuntimeWarning)):
92 with test_support.check_warnings(('', RuntimeWarning)):
96 with test_support.check_warnings(('', RuntimeWarning)):
100 with test_support.check_warnings(('', RuntimeWarning)):
105 test_support.run_unittest(__name__)
test_ctypes.py 3 from test.test_support import run_unittest, import_module
test_lib2to3.py 6 from test.test_support import run_unittest
test_sqlite.py 1 from test.test_support import run_unittest, import_module
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
test_loadtk.py 4 from test import test_support namespace
7 test_support.requires('gui')
27 with test_support.EnvironmentVarGuard() as env:
45 test_support.run_unittest(*tests_gui)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigaddrspace.py 1 from test import test_support namespace
2 from test.test_support import bigaddrspacetest, MAX_Py_ssize_t
41 test_support.run_unittest(StrTest)
45 test_support.set_memlimit(sys.argv[1])
test_binhex.py 10 from test import test_support namespace
16 self.fname1 = test_support.TESTFN + "1"
17 self.fname2 = test_support.TESTFN + "2"
45 test_support.run_unittest(BinHexTestCase)
test_nis.py 1 from test import test_support namespace
4 nis = test_support.import_module('nis')
12 if test_support.verbose:
41 test_support.run_unittest(NisTests)
test_xml_etree_c.py 3 from test import test_support namespace
4 from test.test_support import precisionbigmemtest, _2G
7 cET = test_support.import_module('xml.etree.cElementTree')
38 test_support.run_doctest(test_xml_etree_c, verbosity=True)
test_whichdb.py 7 import test.test_support namespace
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_codecmaps_cn.py 7 from test import test_support namespace
30 test_support.run_unittest(__name__)
test_errno.py 7 from test import test_support namespace
36 test_support.run_unittest(ErrnoAttributeTests, ErrorcodeTests)
test_getargs.py 17 from test import test_support namespace
28 test_support.run_unittest(GetArgsTest)
test_pstats.py 2 from test import test_support namespace
26 test_support.run_unittest(
test_structmembers.py 9 from test import test_support namespace
80 with test_support.check_warnings(('', RuntimeWarning)):
84 with test_support.check_warnings(('', RuntimeWarning)):
88 with test_support.check_warnings(('', RuntimeWarning)):
92 with test_support.check_warnings(('', RuntimeWarning)):
96 with test_support.check_warnings(('', RuntimeWarning)):
100 with test_support.check_warnings(('', RuntimeWarning)):
105 test_support.run_unittest(__name__)
  /external/webrtc/test/
test.gyp 9 # TODO(andrew): consider moving test_support to src/base/test.
16 'target_name': 'test_support',
51 # Depend on this target when you want to have test_support but also the
56 'test_support',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_fileid.py 8 from test_all import db, test_support, get_new_environment_path, get_new_database_path namespace
50 test_support.unlink(self.db_path_1)
51 test_support.unlink(self.db_path_2)
52 test_support.rmtree(self.db_env_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_fileid.py 8 from test_all import db, test_support, get_new_environment_path, get_new_database_path namespace
50 test_support.unlink(self.db_path_1)
51 test_support.unlink(self.db_path_2)
52 test_support.rmtree(self.db_env_path)

Completed in 537 milliseconds

1 2 34 5 6 7 8 91011>>