Temporarily reinstate tests/base.py file
This commit is contained in:
parent
32aa31a3be
commit
4ec8eefe7c
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
|
Loading…
Reference in New Issue
Block a user