class documentation

Command to run unit tests after in-place build

Static Method install_dists Install the requirements indicated by self.distribution and return an iterable of the dists that were built.
Static Method paths_on_pythonpath Add the indicated paths to the head of the PYTHONPATH environment variable so that subprocesses will also see the packages at these paths.
Method finalize_options Undocumented
Method initialize_options Undocumented
Method project_on_sys_path Undocumented
Method run Undocumented
Method run_tests Undocumented
Method with_project_on_sys_path Backward compatibility for project_on_sys_path context.
Class Variable description Undocumented
Class Variable user_options Undocumented
Instance Variable test_loader Undocumented
Instance Variable test_module Undocumented
Instance Variable test_runner Undocumented
Instance Variable test_suite Undocumented
Property test_args Undocumented
Static Method _resolve_as_ep Load the indicated attribute value, called, as a as if it were specified as an entry point.
Method _test_args Undocumented
Property _argv Undocumented

Inherited from Command:

Method __init__ Construct the command for dist, updating vars(self) with any keyword parameters.
Method ensure_string_list Ensure that 'option' is a list of strings. If 'option' is currently a string, we split it either on /,\s*/ or /\s+/, so "foo bar baz", "foo,bar,baz", and "foo, bar baz" all become ["foo", "bar", "baz"].
Method reinitialize_command Undocumented
Class Variable command_consumes_arguments Undocumented
Method _ensure_stringlike Undocumented
@staticmethod
def install_dists(dist): (source)

Install the requirements indicated by self.distribution and return an iterable of the dists that were built.

@staticmethod
@contextlib.contextmanager
def paths_on_pythonpath(paths): (source)

Add the indicated paths to the head of the PYTHONPATH environment variable so that subprocesses will also see the packages at these paths. Do this in a context that restores the value on exit.

def finalize_options(self): (source)

Undocumented

def initialize_options(self): (source)

Undocumented

@contextlib.contextmanager
def project_on_sys_path(self, include_dists=[]): (source)

Undocumented

def run(self): (source)

Undocumented

def run_tests(self): (source)

Undocumented

def with_project_on_sys_path(self, func): (source)

Backward compatibility for project_on_sys_path context.

description: str = (source)

Undocumented

user_options: list = (source)

Undocumented

test_loader: str = (source)

Undocumented

test_module = (source)

Undocumented

test_runner = (source)

Undocumented

test_suite = (source)

Undocumented

Undocumented

@staticmethod
@pass_none
def _resolve_as_ep(val): (source)

Load the indicated attribute value, called, as a as if it were specified as an entry point.

def _test_args(self): (source)

Undocumented

Undocumented