telemetry.testing.run_tests
index
telemetry/testing/run_tests.py

# Copyright 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
telemetry.internal.util.binary_manager
telemetry.internal.browser.browser_finder
telemetry.internal.browser.browser_finder_exceptions
telemetry.internal.browser.browser_options
telemetry.testing.browser_test_case
telemetry.internal.util.command_line
telemetry.decorators
telemetry.internal.platform.device_finder
logging
telemetry.testing.options_for_unittests
telemetry.core.platform
telemetry.internal.util.ps_util
sys
typ
telemetry.core.util

 
Classes
       
telemetry.internal.util.command_line.OptparseCommand(telemetry.internal.util.command_line.Command)
RunTestsCommand

 
class RunTestsCommand(telemetry.internal.util.command_line.OptparseCommand)
    Run unit tests
 
 
Method resolution order:
RunTestsCommand
telemetry.internal.util.command_line.OptparseCommand
telemetry.internal.util.command_line.Command
telemetry.internal.util.command_line.ArgumentHandlerMixIn
__builtin__.object

Methods defined here:
Run(self, args)
__init__(self)

Class methods defined here:
AddCommandLineArgs(cls, parser, _) from __builtin__.type
CreateParser(cls) from __builtin__.type
ProcessCommandLineArgs(cls, parser, args, _) from __builtin__.type
main(cls, args=None, stream=None) from __builtin__.type

Data and other attributes defined here:
usage = '[test_name ...] [<options>]'

Class methods inherited from telemetry.internal.util.command_line.Command:
Description(cls) from __builtin__.type
Name(cls) from __builtin__.type

Data descriptors inherited from telemetry.internal.util.command_line.ArgumentHandlerMixIn:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
GetClassifier(args, possible_browser)