8000 Test refactoring by dmitry-lipetsk · Pull Request #236 · postgrespro/testgres · GitHub
[go: up one dir, main page]

Skip to content

Test refactoring #236

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test_testgres_local.py is updated [normalization]
  • Loading branch information
dmitry-lipetsk committed Apr 6, 2025
commit 820fd78d3f074608c4bc18f206444e28f12a0379
2 changes: 1 addition & 1 deletion tests/test_testgres_local.py
5CCA
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from ..testgres import get_pg_version

# NOTE: those are ugly imports
from ..testgres import bound_ports
from ..testgres.utils import bound_ports
from ..testgres.utils import PgVer
from ..testgres.node import ProcessProxy

Expand Down
0