Temporarily reinstate tests/base.py file

This commit is contained in:
nolash
2021-09-13 16:38:11 +02:00
parent 32aa31a3be
commit 4ec8eefe7c

12
tests/base.py Normal file
View File

@@ -0,0 +1,12 @@
import unittest
class TestBase(unittest.TestCase):
def setUp(self):
pass
def tearDown(self):
pass