Searched defs:tests (Results 1 - 11 of 11) sorted by last modified time

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dimghdr.py22 for tf in tests:
35 tests = [] variable
42 tests.append(test_jpeg)
49 tests.append(test_exif)
55 tests.append(test_png)
62 tests.append(test_gif)
69 tests.append(test_tiff)
76 tests.append(test_rgb)
84 tests.append(test_pbm)
92 tests
[all...]
H A Dsndhdr.py45 for tf in tests:
56 tests = [] variable
76 tests.append(test_aifc)
105 tests.append(test_au)
114 tests.append(test_hcom)
127 tests.append(test_voc)
140 tests.append(test_wav)
149 tests.append(test_8svx)
158 tests.append(test_sndt)
167 tests
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
H A D__init__.py1 """Make tests/ into a package. This allows us to "import tests" and
2 have tests.all_tests be a TestSuite representing all test cases
3 from all test_*.py files in tests/."""
15 tests_dir = os.path.join(os.path.dirname(__file__), '..', 'tests')
16 tests = [t[0:-3] for t in os.listdir(tests_dir) variable
21 for t in tests:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dre_tests.py56 tests = [ variable
63 # Same tests, for the ?P= form
280 # All tests from Perl
669 tests.extend([
H A Dregex_tests.py46 tests = [ variable
H A Dtest_array.py19 tests = [] # list to accumulate all tests variable
30 tests.append(BadConstructorTest)
832 tests.append(CharacterTest)
866 tests.append(UnicodeTest)
989 tests.append(ByteTest)
994 tests.append(UnsignedByteTest)
999 tests.append(ShortTest)
1004 tests.append(UnsignedShortTest)
1009 tests
[all...]
H A Dtest_distutils.py3 The tests for distutils are defined in the distutils.tests package;
9 import distutils.tests namespace
13 test_support.run_unittest(distutils.tests.test_suite())
H A Dtest_json.py3 The tests for json are defined in the json.tests package;
8 import json.tests namespace
13 test.test_support.run_unittest(json.tests.test_suite())
H A Dtest_re.py9 # Misc tests from Tim Peters' re.doc
11 # WARNING: Don't change details in these tests if you don't know
12 # what you're doing. Some of these tests were carefully modeled to
761 from test.re_tests import tests, SUCCEED, FAIL, SYNTAX_ERROR namespace
765 # To save time, only run the first and last 10 tests
766 #tests = tests[:10] + tests[-10:]
769 for t in tests:
H A Dtest_robotparser.py30 tests = unittest.TestSuite() variable
39 tests.addTest(RobotTestCase(index, parser, url, 1, agent))
41 tests.addTest(RobotTestCase(index, parser, url, 0, agent))
256 test_support.run_unittest(tests)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
H A Dtest_suite.py25 ### Set up attributes needed by inherited tests
40 ### /Set up attributes needed by inherited tests
45 # "class TestSuite([tests])"
47 # The tests iterable should be optional
53 # "class TestSuite([tests])"
55 # "If tests is given, it must be an iterable of individual test cases
58 # TestSuite should deal with empty tests iterables by allowing the
65 # "class TestSuite([tests])"
67 # "If tests is given, it must be an iterable of individual test cases
70 # TestSuite should allow any iterable to provide tests
72 def tests(): function in function:Test_TestSuite.test_init__tests_from_any_iterable
93 def tests(): function in function:Test_TestSuite.test_init__TestSuite_instances_in_tests
[all...]

Completed in 93 milliseconds