tests: make neon_fixtures a bit thinner by splitting out some pageserver related helpers (#3977)

neon_fixture is quite big and messy, lets clean it up a bit.
This commit is contained in:
Dmitry Rodionov
2023-04-07 13:47:28 +03:00
committed by GitHub
parent b1c2a6384a
commit bfeb428d1b
27 changed files with 779 additions and 779 deletions

View File

@@ -5,8 +5,8 @@ from fixtures.neon_fixtures import (
DEFAULT_BRANCH_NAME,
NeonEnv,
NeonEnvBuilder,
PageserverHttpClient,
)
from fixtures.pageserver.http import PageserverHttpClient
from fixtures.types import TenantId, TimelineId