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

Pbckp 137 vs move pg node#76

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
demonolock merged 6 commits intomasterfromPBCKP-137-vs-move-pg-node
May 3, 2023
Merged
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
PBCKP-137 test change test_double_start
  • Loading branch information
v.shepard committedApr 28, 2023
commita1788501925569df57a1f2b7afca654e06b17db0
4 changes: 2 additions & 2 deletionstests/test_simple.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -171,8 +171,8 @@ def test_node_exit(self):
def test_double_start(self):
with get_new_node().init().start() as node:
# can't start node more than once
with self.assertRaises(StartNodeException):
node.start()
node.start()
self.assertTrue(node.is_started)

def test_uninitialized_start(self):
with get_new_node() as node:
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp