userver: pytest_userver.plugins.core Namespace Reference
Loading...
Searching...
No Matches
pytest_userver.plugins.core Namespace Reference

Detailed Description

Python plugin that provides core fixtures for functional tests with testsuite; see Functional service tests (testsuite) for an introduction.

Variables

list pytest_plugins
 

Variable Documentation

◆ pytest_plugins

list pytest_userver.plugins.core.pytest_plugins
Initial value:
1= [
2 'testsuite.pytest_plugin',
3 'pytest_userver.plugins.base',
4 'pytest_userver.plugins.caches',
5 'pytest_userver.plugins.config',
6 'pytest_userver.plugins.dumps',
7 'pytest_userver.plugins.dynamic_config',
8 'pytest_userver.plugins.log_capture',
9 'pytest_userver.plugins.service',
10 'pytest_userver.plugins.service_client',
11 'pytest_userver.plugins.service_runner',
12 'pytest_userver.plugins.testpoint',
13]

Definition at line 9 of file core.py.