Public Member Functions | |
def | finalize_options (self) |
def | initialize_options (self) |
def | run (self) |
Static Public Attributes | |
string | description = 'run tests without fetching or building anything.' |
list | user_options = [] |
Private Member Functions | |
def | _add_eggs_to_path (self) |
Command to run tests without fetching or building anything.
Definition at line 79 of file tests/commands.py.
|
private |
Fetch install and test requirements
Definition at line 103 of file tests/commands.py.
def commands.TestLite.finalize_options | ( | self | ) |
Definition at line 88 of file tests/commands.py.
def commands.TestLite.initialize_options | ( | self | ) |
Definition at line 85 of file tests/commands.py.
def commands.TestLite.run | ( | self | ) |
Definition at line 92 of file tests/commands.py.
Definition at line 82 of file tests/commands.py.
|
static |
Definition at line 83 of file tests/commands.py.