Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Show file tree
Hide file tree
Changes from1 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
PrevPrevious commit
NextNext commit
Code style [simplification]
  • Loading branch information
@dmitry-lipetsk
dmitry-lipetsk committedApr 6, 2025
commit18e2af3ad424e6d00759451d167cfa3a888da9d5
20 changes: 7 additions & 13 deletionstests/test_testgres_local.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,20 +9,14 @@

from .. import testgres

from ..testgres import \
StartNodeException, \
ExecUtilException, \
NodeApp

from ..testgres import StartNodeException
from ..testgres import ExecUtilException
from ..testgres import NodeApp
from ..testgres import scoped_config

from ..testgres import \
get_new_node

from ..testgres import \
get_bin_path, \
get_pg_config, \
get_pg_version
from ..testgres import get_new_node
from ..testgres import get_bin_path
from ..testgres import get_pg_config
from ..testgres import get_pg_version

# NOTE: those are ugly imports
from ..testgres import bound_ports
Expand Down
10 changes: 4 additions & 6 deletionstests/test_testgres_remote.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -9,16 +9,14 @@

from .. import testgres

from ..testgres.exceptions import \
InitNodeException, \
ExecUtilException
from ..testgres.exceptions import InitNodeException
from ..testgres.exceptions import ExecUtilException

from ..testgres.config import scoped_config
from ..testgres.config import testgres_config

from ..testgres import \
get_bin_path, \
get_pg_config
from ..testgres import get_bin_path
from ..testgres import get_pg_config

# NOTE: those are ugly imports

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp