Definition at line 609 of file run_tests.py.
◆ __str__()
def run_tests.PythonLanguage.__str__ |
( |
|
self | ) |
|
◆ _get_pythons()
def run_tests.PythonLanguage._get_pythons |
( |
|
self, |
|
|
|
args |
|
) |
| |
|
private |
Get python runtimes to test with, based on current platform, architecture, compiler etc.
Definition at line 692 of file run_tests.py.
◆ _python_docker_distro_name()
def run_tests.PythonLanguage._python_docker_distro_name |
( |
|
self | ) |
|
|
private |
Choose the docker image to use based on python version.
Definition at line 685 of file run_tests.py.
◆ build_steps()
def run_tests.PythonLanguage.build_steps |
( |
|
self | ) |
|
◆ build_steps_environ()
def run_tests.PythonLanguage.build_steps_environ |
( |
|
self | ) |
|
Extra environment variables set for pre_build_steps and build_steps jobs.
Definition at line 670 of file run_tests.py.
◆ configure()
def run_tests.PythonLanguage.configure |
( |
|
self, |
|
|
|
config, |
|
|
|
args |
|
) |
| |
◆ dockerfile_dir()
def run_tests.PythonLanguage.dockerfile_dir |
( |
|
self | ) |
|
◆ post_tests_steps()
def run_tests.PythonLanguage.post_tests_steps |
( |
|
self | ) |
|
◆ pre_build_steps()
def run_tests.PythonLanguage.pre_build_steps |
( |
|
self | ) |
|
◆ test_specs()
def run_tests.PythonLanguage.test_specs |
( |
|
self | ) |
|
◆ _TEST_COMMAND
Initial value:= {
'native': 'test_lite',
'gevent': 'test_gevent',
'asyncio': 'test_aio',
}
Definition at line 620 of file run_tests.py.
◆ _TEST_SPECS_FILE
dictionary run_tests.PythonLanguage._TEST_SPECS_FILE |
|
staticprivate |
Initial value:= {
'native': ['src/python/grpcio_tests/tests/tests.json'],
'gevent': [
'src/python/grpcio_tests/tests/tests.json',
'src/python/grpcio_tests/tests_gevent/tests.json',
],
'asyncio': ['src/python/grpcio_tests/tests_aio/tests.json'],
}
Definition at line 611 of file run_tests.py.
◆ args
run_tests.PythonLanguage.args |
◆ config
run_tests.PythonLanguage.config |
◆ pythons
run_tests.PythonLanguage.pythons |
The documentation for this class was generated from the following file: