userver: /data/code/service_template/third_party/userver/testsuite/pytest_plugins/pytest_userver/plugins/clickhouse.py Source File
Loading...
Searching...
No Matches
clickhouse.py
1"""
2Plugin that imports the required fixtures to start the Clickhouse database.
3"""
4
5pytest_plugins = [
6 'testsuite.databases.clickhouse.pytest_plugin',
7 'pytest_userver.plugins.core',
8]