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 TestZfsNode(unittest.TestCase):
class TestZfsNode(unittest2.TestCase):
def setUp(self):
prepare_zpools()
return super().setUp()
# return super().setUp()
def test_consistent_snapshot(self):