OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_python
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/
run-bindings-tests
44
test_python
= "--test-python" in argv
49
return BindingsTests(reset_results,
test_python
, verbose, executive.Executive()).main()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
main.py
90
def __init__(self, reset_results,
test_python
, verbose, executive):
92
self.
test_python
=
test_python
250
if not self.
test_python
:
264
if self.
test_python
:
Completed in 161 milliseconds