1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2026-05-16 09:48:14 +02:00

tests: pgpro688 added

This commit is contained in:
Grigory Smolkin
2017-06-07 17:52:07 +03:00
parent 7affcd16e6
commit b38410d9a2
25 changed files with 386 additions and 163 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import unittest
from sys import exit
from testgres import get_new_node, stop_all
from .ptrack_helpers import ProbackupTest, idx_ptrack
from helpers.ptrack_helpers import ProbackupTest, idx_ptrack
class SimpleTest(ProbackupTest, unittest.TestCase):