5 lines
68 B
Python
Raw Normal View History

pytest_plugins = [
2021-02-09 01:02:05 -08:00
"tests.integration.fixtures.sql_fixtures"
]