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

Commitc5d4934

Browse files
author
vshepard
committed
Move file control for tests
1 parent992f0c8 commitc5d4934

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

‎testgres/plugins/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
frompg_probackup2.appimportProbackupApp,ProbackupException
33
frompg_probackup2.init_helpersimportinit_params
44
frompg_probackup2.storage.fs_backupimportFSTestBackupDir
5-
frompg_probackup2.storage.s3_backupimportS3TestBackupDir
65

76
__all__= [
8-
"ProbackupApp","ProbackupException","init_params","FSTestBackupDir","S3TestBackupDir","GDBobj"
7+
"ProbackupApp","ProbackupException","init_params","FSTestBackupDir","GDBobj"
98
]

‎testgres/plugins/pg_probackup2/pg_probackup2/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def __str__(self):
3737
return'\n ERROR: {0}\n CMD: {1}'.format(repr(self.message),self.cmd)
3838

3939

40-
# Localor S3backup
40+
# Local backup control
4141
fs_backup_class=FSTestBackupDir
4242

4343
classProbackupApp:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp