Temporarily reinstate tests/base.py file
This commit is contained in:
12
tests/base.py
Normal file
12
tests/base.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import unittest
|
||||
|
||||
|
||||
class TestBase(unittest.TestCase):
|
||||
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user