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

Commit1321a8f

Browse files
author
vshepard
committed
Add testgres.plugins to setup
1 parenta5fec7f commit1321a8f

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
readme=f.read()
2828

2929
setup(
30-
version='1.9.3',
30+
version='1.9.4',
3131
name='testgres',
3232
packages=['testgres','testgres.operations','testgres.helpers'],
3333
description='Testing utility for PostgreSQL and its extensions',

‎testgres/plugins/__init__.py

Whitespace-only changes.

‎testgres/plugins/probackup/__init__.py

Whitespace-only changes.

‎testgres/plugins/probackup/init_helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ def __init__(self):
7373
test_env['LC_TIME']='C'
7474
self._test_env=test_env
7575

76-
helpers_path=os.path.dirname(os.path.realpath(__file__))
76+
# Get the directory from which the script was executed
77+
helpers_path=os.getcwd()
7778
self.tests_source_path=os.path.abspath(
7879
os.path.join(helpers_path,os.pardir)
7980
)

‎testgres/plugins/probackup/storage/__init__.py

Whitespace-only changes.

‎testgres/plugins/probackup/storage/fs_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
importos
55
importshutil
66

7-
fromplugins.probackup.init_helpersimportinit_params
7+
fromtestgres.plugins.probackup.init_helpersimportinit_params
88

99

1010
classTestBackupDir:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp