Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | Static Private Member Functions | List of all members
setuptools.command.test.test Class Reference
Inheritance diagram for setuptools.command.test.test:
setuptools.Command

Public Member Functions

def initialize_options
 
def finalize_options
 
def with_project_on_sys_path
 
def run
 
def run_tests
 
- Public Member Functions inherited from setuptools.Command
def __init__
 
def reinitialize_command
 

Public Attributes

 test_suite
 
 test_module
 
 test_loader
 
 test_runner
 
 test_args
 

Static Public Attributes

string description = "run unit tests after in-place build"
 
list user_options
 
- Static Public Attributes inherited from setuptools.Command
 command_consumes_arguments = False
 

Static Private Member Functions

def _resolve_as_ep
 

Detailed Description

Command to run unit tests after in-place build

Member Function Documentation

def setuptools.command.test.test._resolve_as_ep (   val)
staticprivate
Load the indicated attribute value, called, as a as if it were
specified as an entry point.
def setuptools.command.test.test.finalize_options (   self)
def setuptools.command.test.test.initialize_options (   self)
def setuptools.command.test.test.run (   self)
def setuptools.command.test.test.run_tests (   self)
def setuptools.command.test.test.with_project_on_sys_path (   self,
  func 
)

Member Data Documentation

string setuptools.command.test.test.description = "run unit tests after in-place build"
static
setuptools.command.test.test.test_args
setuptools.command.test.test.test_loader
setuptools.command.test.test.test_module
setuptools.command.test.test.test_runner
setuptools.command.test.test.test_suite
list setuptools.command.test.test.user_options
static
Initial value:
1 = [
2  ('test-module=','m', "Run 'test_suite' in specified module"),
3  ('test-suite=','s',
4  "Test suite to run (e.g. 'some_module.test_suite')"),
5  ('test-runner=', 'r', "Test runner to use"),
6  ]

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.