7 lines
137 B
Python
7 lines
137 B
Python
|
from tests import BaseWorkerTestCase
|
||
|
|
||
|
|
||
|
class RouterTestCase(BaseWorkerTestCase):
|
||
|
def test_thing(self):
|
||
|
self.assertTrue(True)
|