OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:example_args
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py
15
example_args
= ['test1', 'test2', 'test3']
variable
218
rc, out, err = assert_python_failure('-m', 'test_pkg.other', *
example_args
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py
15
example_args
= ['test1', 'test2', 'test3']
variable
218
rc, out, err = assert_python_failure('-m', 'test_pkg.other', *
example_args
)
Completed in 182 milliseconds