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

Commitb9b1d01

Browse files
committed
add test_custom_init()
1 parent33c3b7b commitb9b1d01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎tests/test_simple.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@
2929

3030

3131
classSimpleTest(unittest.TestCase):
32+
deftest_custom_init(self):
33+
withget_new_node('test')asnode:
34+
# enable page checksums
35+
node.init(initdb_params=['-k']).start()
36+
node.safe_psql('postgres','select 1')
37+
3238
deftest_double_init(self):
3339
withget_new_node('test')asnode:
3440
# can't initialize node more than once

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp