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

tests minor fixes

This commit is contained in:
Grigory Smolkin
2017-06-27 12:43:45 +03:00
parent 49a8575456
commit 88b2742972
21 changed files with 12 additions and 90 deletions
-7
View File
@@ -1,8 +1,6 @@
import os
import unittest
from testgres import stop_all, clean_all
from .helpers.ptrack_helpers import ProbackupTest, idx_ptrack
import shutil
class SimpleTest(ProbackupTest, unittest.TestCase):
@@ -10,11 +8,6 @@ class SimpleTest(ProbackupTest, unittest.TestCase):
super(SimpleTest, self).__init__(*args, **kwargs)
self.module_name = 'ptrack_vacuum'
# @classmethod
# def tearDownClass(cls):
# clean_all()
# shutil.rmtree(os.path.join(self.tmp_path, self.module_name), ignore_errors=True)
# @unittest.skip("skip")
# @unittest.expectedFailure
def test_ptrack_vacuum(self):