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

Commit436f46d

Browse files
committed
2 parentsb19d053 +999a0e8 commit436f46d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

‎testgres/testgres.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676

7777

7878
classTestgresConfig:
79+
"""
80+
Global config (override default settings)
81+
"""
82+
7983
cache_pg_config=True
8084
cache_initdb=True
8185

@@ -84,6 +88,7 @@ class TestgresException(Exception):
8488
"""
8589
Base exception
8690
"""
91+
8792
pass
8893

8994

@@ -1239,8 +1244,10 @@ def get_new_node(name, base_dir=None, use_logging=False):
12391244

12401245

12411246
defconfigure_testgres(**options):
1242-
'''
1243-
Configure testgres. Look for TestgresConfig to check what can be changed.
1244-
'''
1247+
"""
1248+
Configure testgres.
1249+
Look at TestgresConfig to check what can be changed.
1250+
"""
1251+
12451252
forkey,optioninoptions.items():
12461253
setattr(TestgresConfig,key,option)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp