Public Member Functions | Static Public Attributes | Private Member Functions | List of all members
commands.TestPy3Only Class Reference
Inheritance diagram for commands.TestPy3Only:
Inheritance graph
[legend]

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)
 

Detailed Description

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.

Member Function Documentation

◆ _add_eggs_to_path()

def commands.TestPy3Only._add_eggs_to_path (   self)
private

Definition at line 135 of file tests/commands.py.

◆ finalize_options()

def commands.TestPy3Only.finalize_options (   self)

Definition at line 122 of file tests/commands.py.

◆ initialize_options()

def commands.TestPy3Only.initialize_options (   self)

Definition at line 119 of file tests/commands.py.

◆ run()

def commands.TestPy3Only.run (   self)

Definition at line 125 of file tests/commands.py.

Member Data Documentation

◆ description

string commands.TestPy3Only.description = 'run tests for py3+ features'
static

Definition at line 116 of file tests/commands.py.

◆ user_options

list commands.TestPy3Only.user_options = []
static

Definition at line 117 of file tests/commands.py.


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


grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:03:37