File tree 2 files changed +11
-1
lines changed
testgres/plugins/pg_probackup2/pg_probackup2/tests
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Testgres can be installed in the following ways:
2
+ # 1. From a pip package (recommended)
3
+ # testgres==1.8.5
4
+ # 2. From a specific Git branch, tag or commit
5
+ # git+https://github.com/postgrespro/testgres.git@<git-ref>
6
+ # git+https://github.com/postgrespro/testgres.git@master
7
+ # git+https://github.com/postgrespro/testgres.git@master#egg=testgres-pg_probackup2&subdirectory=testgres/plugins/pg_probackup2
8
+ # 3. From a local directory
9
+ # /path/to/local/directory/testgres
10
+ testgres==1.10.5
Original file line number Diff line number Diff line change 4
4
import shutil
5
5
import pytest
6
6
7
- from ...... import testgres
7
+ import testgres
8
8
from ...pg_probackup2 .app import ProbackupApp
9
9
from ...pg_probackup2 .init_helpers import Init , init_params
10
10
from ..storage .fs_backup import FSTestBackupDir
You can’t perform that action at this time.
0 commit comments