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