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

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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_buffer.py 8 from test import test_support namespace
34 with test_support.check_py3k_warnings(("buffer.. not supported",
36 test_support.run_unittest(BufferTests)
test_doctest2.py 17 from test import test_support namespace
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 namespace
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 namespace
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 namespace
39 test_support.reap_children()
49 test_support.run_unittest(PopenTest)
test_scriptpackages.py 4 from test import test_support namespace
7 test_support.import_module('aetools')
47 test_support.run_unittest(TestScriptpackages)
test_startfile.py 11 from test import test_support namespace
16 startfile = test_support.get_attribute(os, 'startfile')
42 test_support.run_unittest(TestCase)
test_transformer.py 2 from test import test_support namespace
5 test_support.import_module('compiler', deprecated=True)
35 test_support.run_unittest(Tests)
test_xmllib.py 18 from test import test_support namespace
21 xmllib = test_support.import_module('xmllib', deprecated=True)
45 test_support.run_unittest(XMLParserTestCase)
test_select.py 1 from test import test_support namespace
35 if test_support.verbose:
42 if test_support.verbose:
45 if test_support.verbose:
63 test_support.run_unittest(SelectTestCase)
64 test_support.reap_children()
test_codecmaps_kr.py 7 from test import test_support namespace
41 test_support.run_unittest(__name__)
test_future3.py 5 from test import test_support namespace
27 test_support.run_unittest(TestFuture)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imp.py 3 from test import test_support namespace
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 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_buffer.py 8 from test import test_support namespace
34 with test_support.check_py3k_warnings(("buffer.. not supported",
36 test_support.run_unittest(BufferTests)
test_doctest2.py 17 from test import test_support namespace
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 namespace
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 namespace
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 namespace
39 test_support.reap_children()
49 test_support.run_unittest(PopenTest)
test_scriptpackages.py 4 from test import test_support namespace
7 test_support.import_module('aetools')
47 test_support.run_unittest(TestScriptpackages)
test_startfile.py 11 from test import test_support namespace
16 startfile = test_support.get_attribute(os, 'startfile')
42 test_support.run_unittest(TestCase)
test_transformer.py 2 from test import test_support namespace
5 test_support.import_module('compiler', deprecated=True)
35 test_support.run_unittest(Tests)
test_xmllib.py 18 from test import test_support namespace
21 xmllib = test_support.import_module('xmllib', deprecated=True)
45 test_support.run_unittest(XMLParserTestCase)
test_select.py 1 from test import test_support namespace
35 if test_support.verbose:
42 if test_support.verbose:
45 if test_support.verbose:
63 test_support.run_unittest(SelectTestCase)
64 test_support.reap_children()

Completed in 530 milliseconds

1 2 34 5 6 7 8 91011>>