OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_suite
(Results
1 - 25
of
230
) sorted by null
1
2
3
4
5
6
7
8
9
10
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_versionpredicate.py
9
def
test_suite
():
function
13
run_unittest(
test_suite
())
__init__.py
5
'test' and contains a function
test_suite
(). The function is expected
24
def
test_suite
():
function
31
suite.addTest(module.
test_suite
())
36
run_unittest(
test_suite
())
test_bdist.py
41
def
test_suite
():
function
45
run_unittest(
test_suite
())
test_bdist_msi.py
21
def
test_suite
():
function
25
run_unittest(
test_suite
())
test_bdist_wininst.py
28
def
test_suite
():
function
32
run_unittest(
test_suite
())
test_build.py
51
def
test_suite
():
function
55
run_unittest(
test_suite
())
test_clean.py
47
def
test_suite
():
function
51
run_unittest(
test_suite
())
test_install.py
53
def
test_suite
():
function
57
run_unittest(
test_suite
())
test_install_data.py
73
def
test_suite
():
function
77
run_unittest(
test_suite
())
test_install_headers.py
37
def
test_suite
():
function
41
run_unittest(
test_suite
())
test_spawn.py
56
def
test_suite
():
function
60
run_unittest(
test_suite
())
test_text_file.py
103
def
test_suite
():
function
107
run_unittest(
test_suite
())
test_util.py
21
def
test_suite
():
function
25
run_unittest(
test_suite
())
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_versionpredicate.py
9
def
test_suite
():
function
13
run_unittest(
test_suite
())
__init__.py
5
'test' and contains a function
test_suite
(). The function is expected
24
def
test_suite
():
function
31
suite.addTest(module.
test_suite
())
36
run_unittest(
test_suite
())
test_bdist.py
48
def
test_suite
():
function
52
run_unittest(
test_suite
())
test_bdist_msi.py
22
def
test_suite
():
function
26
run_unittest(
test_suite
())
test_bdist_wininst.py
28
def
test_suite
():
function
32
run_unittest(
test_suite
())
test_build.py
51
def
test_suite
():
function
55
run_unittest(
test_suite
())
test_clean.py
47
def
test_suite
():
function
51
run_unittest(
test_suite
())
test_install_data.py
73
def
test_suite
():
function
77
run_unittest(
test_suite
())
test_install_headers.py
37
def
test_suite
():
function
41
run_unittest(
test_suite
())
test_spawn.py
56
def
test_suite
():
function
60
run_unittest(
test_suite
())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_versionpredicate.py
9
def
test_suite
():
function
13
run_unittest(
test_suite
())
__init__.py
5
'test' and contains a function
test_suite
(). The function is expected
24
def
test_suite
():
function
31
suite.addTest(module.
test_suite
())
36
run_unittest(
test_suite
())
Completed in 261 milliseconds
1
2
3
4
5
6
7
8
9
10