HomeSort by relevance Sort by last modified time
    Searched full:test_support (Results 826 - 850 of 1004) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_int.py 4 from test import test_support namespace
5 from test.test_support import run_unittest, have_unicode
371 @test_support.cpython_only
test_textwrap.py 12 from test import test_support namespace
391 if test_support.have_unicode:
652 test_support.run_unittest(WrapTestCase,
test_bigmem.py 1 from test import test_support namespace
2 from test.test_support import bigmemtest, _1G, _2G, _4G, precisionbigmemtest
    [all...]
test_collections.py 4 from test import test_support namespace
190 with test_support.captured_stdout() as template:
618 with test_support.check_py3k_warnings():
    [all...]
test_sets.py 4 from test import test_support namespace
6 test_support.import_module("sets", deprecated=True)
640 with test_support.check_py3k_warnings():
714 with test_support.check_py3k_warnings():
830 test_support.run_unittest(
test_weakref.py 8 from test import test_support namespace
193 with test_support.check_py3k_warnings():
207 with test_support.check_py3k_warnings():
    [all...]
test_multiprocessing.py 20 from test import test_support namespace
22 _multiprocessing = test_support.import_module('_multiprocessing')
29 test_support.import_module('multiprocessing.synchronize')
339 testfn = test_support.TESTFN
340 self.addCleanup(test_support.unlink, testfn)
    [all...]
test_urllib2.py 2 from test import test_support namespace
671 TESTFN = test_support.TESTFN
    [all...]
test_shutil.py 19 from test import test_support namespace
20 from test.test_support import TESTFN, check_warnings, captured_stdout
862 test_support.run_unittest(TestShutil, TestMove, TestCopyFile)
test_curses.py 19 from test.test_support import requires, import_module
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_associate.py 10 from test_all import db, dbshelve, test_support, verbose, have_threads, \
88 test_support.rmtree(self.homeDir)
138 test_support.rmtree(self.homeDir)
11 get_new_environment_path namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ast.py 2 from test import test_support namespace
491 with test_support.check_py3k_warnings(("backquote not supported",
493 test_support.run_unittest(AST_Tests, ASTHelpers_Test)
test_compile.py 4 from test import test_support namespace
174 with test_support.check_py3k_warnings(
523 test_support.run_unittest(TestSpecifics)
test_int.py 4 from test import test_support namespace
5 from test.test_support import run_unittest, have_unicode
371 @test_support.cpython_only
test_textwrap.py 12 from test import test_support namespace
391 if test_support.have_unicode:
652 test_support.run_unittest(WrapTestCase,
test_bigmem.py 1 from test import test_support namespace
2 from test.test_support import bigmemtest, _1G, _2G, _4G, precisionbigmemtest
    [all...]
test_collections.py 4 from test import test_support namespace
190 with test_support.captured_stdout() as template:
618 with test_support.check_py3k_warnings():
    [all...]
test_sets.py 4 from test import test_support namespace
6 test_support.import_module("sets", deprecated=True)
640 with test_support.check_py3k_warnings():
714 with test_support.check_py3k_warnings():
830 test_support.run_unittest(
test_weakref.py 8 from test import test_support namespace
193 with test_support.check_py3k_warnings():
207 with test_support.check_py3k_warnings():
    [all...]
test_multiprocessing.py 20 from test import test_support namespace
22 _multiprocessing = test_support.import_module('_multiprocessing')
29 test_support.import_module('multiprocessing.synchronize')
339 testfn = test_support.TESTFN
340 self.addCleanup(test_support.unlink, testfn)
    [all...]
test_urllib2.py 2 from test import test_support namespace
671 TESTFN = test_support.TESTFN
    [all...]
test_shutil.py 19 from test import test_support namespace
20 from test.test_support import TESTFN, check_warnings, captured_stdout
862 test_support.run_unittest(TestShutil, TestMove, TestCopyFile)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 17 from test.test_support import check_warnings, run_unittest
test_filelist.py 10 from test.test_support import captured_stdout, run_unittest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py 5 from test.test_support import requires, run_unittest

Completed in 480 milliseconds

<<31323334353637383940>>