archive
/
catfish
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
catfish/tests/test_worker/test_router.py

7 lines
137 B
Python

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