|
| None | pytest_addoption (parser) |
| |
| typing.Optional[logger.Logger] | pytest_override_testsuite_logger (config, logger.LineLogger line_logger, bool colors_enabled) |
| |
| | service_env () |
| | Override this to pass extra environment variables to the service.
|
| |
| typing.Optional[str] | service_http_ping_url (service_config_yaml, service_baseurl) |
| | Returns the service HTTP ping URL that is used by the testsuite to detect that the service is ready to work.
|
| |
| net.HealthChecks | service_non_http_health_checks (service_config_yaml) |
| | Returns a health checks info.
|
| |
| | service_daemon (pytestconfig, create_daemon_scope, service_env, service_http_ping_url, service_config_path_temp, service_config_yaml, service_binary, service_non_http_health_checks, testsuite_logger, _userver_log_handler) |
| | Configures the health checking to use service_http_ping_url fixture value if it is not None; otherwise uses the service_non_http_health_checks info.
|
| |
| | _userver_log_handler (pytestconfig, testsuite_logger, _uservice_logfile) |
| |
| | _uservice_logfile (pytestconfig) |
| |
Start the service in testsuite.