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