mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-23 06:09:59 +00:00
8 lines
164 B
Python
8 lines
164 B
Python
pytest_plugins = (
|
|
"fixtures.neon_fixtures",
|
|
"fixtures.benchmark_fixture",
|
|
"fixtures.pg_stats",
|
|
"fixtures.compare_fixtures",
|
|
"fixtures.slow",
|
|
)
|