Public Member Functions | |
def | finalize_options (self) |
def | initialize_options (self) |
def | run (self) |
Static Public Attributes | |
string | description = 'run tests for py3+ features' |
list | user_options = [] |
Private Member Functions | |
def | _add_eggs_to_path (self) |
Command to run tests for Python 3+ features. This does not include asyncio tests, which are housed in a separate directory.
Definition at line 109 of file tests/commands.py.
|
private |
Definition at line 135 of file tests/commands.py.
def commands.TestPy3Only.finalize_options | ( | self | ) |
Definition at line 122 of file tests/commands.py.
def commands.TestPy3Only.initialize_options | ( | self | ) |
Definition at line 119 of file tests/commands.py.
def commands.TestPy3Only.run | ( | self | ) |
Definition at line 125 of file tests/commands.py.
Definition at line 116 of file tests/commands.py.
|
static |
Definition at line 117 of file tests/commands.py.