userver: pytest_userver.plugins.core Namespace Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
pytest_userver.plugins.core Namespace Reference

Your opinion will help to improve our service

Leave a feedback >

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.asyncio_socket',
4 'pytest_userver.plugins.base',
5 'pytest_userver.plugins.caches',
6 'pytest_userver.plugins.config',
7 'pytest_userver.plugins.dumps',
8 'pytest_userver.plugins.dynamic_config',
9 'pytest_userver.plugins.log_capture',
10 'pytest_userver.plugins.logging',
11 'pytest_userver.plugins.service',
12 'pytest_userver.plugins.service_client',
13 'pytest_userver.plugins.service_runner',
14 'pytest_userver.plugins.testpoint',
15]

Definition at line 9 of file core.py.