also test python 2.7

This commit is contained in:
Edwin Eefting
2020-05-17 22:24:55 +02:00
parent 252086e2e6
commit 87e0599130
8 changed files with 13 additions and 11 deletions

View File

@ -1,11 +1,11 @@
from basetest import *
class TestZfsAutobackup(unittest.TestCase):
class TestZfsAutobackup(unittest2.TestCase):
def setUp(self):
prepare_zpools()
return super().setUp()
# return super(TestZfsAutobackup,self).setUp()
def test_defaults(self):
with self.subTest("defaults with full verbose and debug"):