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

Commit43c91c0

Browse files
author
vshepard
committed
Fix test_the_same_port
1 parent19ef23f commit43c91c0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

‎tests/test_remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,3 @@ def test_skip_ssl(self):
213213
ifisinstance(res,list):
214214
res.sort()
215215
assertres== [(1,), (2,)]
216-

‎tests/test_simple.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,10 +1039,9 @@ def test_parse_pg_version(self):
10391039
deftest_the_same_port(self):
10401040
withget_new_node()asnode:
10411041
node.init().start()
1042-
1043-
withget_new_node()asnode2:
1044-
node2.port=node.port
1045-
node2.init().start()
1042+
withget_new_node()asnode2:
1043+
node2.port=node.port
1044+
node2.init().start()
10461045

10471046
deftest_make_simple_with_bin_dir(self):
10481047
withget_new_node()asnode:
@@ -1059,7 +1058,7 @@ def test_make_simple_with_bin_dir(self):
10591058
wrong_bin_dir.slow_start()
10601059
raiseRuntimeError("Error was expected.")# We should not reach this
10611060
exceptFileNotFoundError:
1062-
pass# Expected error
1061+
pass# Expected error
10631062

10641063

10651064
if__name__=='__main__':

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp