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