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

@ -11,11 +11,11 @@ class Thing:
return("{}".format(time.strftime("%Y-%m-%d %H:%M:%S",struct)))
class TestThinner(unittest.TestCase):
class TestThinner(unittest2.TestCase):
def setUp(self):
# def setUp(self):
return super().setUp()
# return super().setUp()
def test_incremental(self):
ok=['2023-01-01 10:09:50',