Orbits
1
|
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 |
Command to run unit tests after in-place build
|
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 | |||
) |
|
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 |
|
static |
Copyright 2014 Google Inc. All rights reserved.