mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-25 23:29:59 +00:00
7 lines
141 B
Python
7 lines
141 B
Python
pytest_plugins = (
|
|
"fixtures.zenith_fixtures",
|
|
"fixtures.benchmark_fixture",
|
|
"fixtures.compare_fixtures",
|
|
"fixtures.slow",
|
|
)
|