from tests import BaseWorkerTestCase class RouterTestCase(BaseWorkerTestCase): def test_thing(self): self.assertTrue(True)