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

Commit6128225

Browse files
committed
tests: minor fix for basic tests suit
1 parentf87fd1b commit6128225

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎tests/__init__.py‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
defload_tests(loader,tests,pattern):
1313
suite=unittest.TestSuite()
1414

15-
ifos.environ['PG_PROBACKUP_TEST_BASIC']=='ON':
16-
loader.testMethodPrefix='test_basic'
15+
if'PG_PROBACKUP_TEST_BASIC'inos.environ:
16+
ifos.environ['PG_PROBACKUP_TEST_BASIC']=='ON':
17+
loader.testMethodPrefix='test_basic'
1718

1819
# suite.addTests(loader.loadTestsFromModule(auth_test))
1920
suite.addTests(loader.loadTestsFromModule(archive))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp