mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-17 02:12:56 +00:00
20 lines
492 B
Python
20 lines
492 B
Python
from __future__ import annotations
|
|
|
|
pytest_plugins = (
|
|
"fixtures.pg_version",
|
|
"fixtures.parametrize",
|
|
"fixtures.h2server",
|
|
"fixtures.httpserver",
|
|
"fixtures.compute_reconfigure",
|
|
"fixtures.storage_controller_proxy",
|
|
"fixtures.paths",
|
|
"fixtures.compute_migrations",
|
|
"fixtures.neon_fixtures",
|
|
"fixtures.benchmark_fixture",
|
|
"fixtures.pg_stats",
|
|
"fixtures.compare_fixtures",
|
|
"fixtures.slow",
|
|
"fixtures.reruns",
|
|
"fixtures.fast_import",
|
|
)
|