mirror of
https://github.com/balkian/bitter.git
synced 2024-12-22 08:28:12 +00:00
7 lines
108 B
Python
7 lines
108 B
Python
from unittests import TestCase
|
|
|
|
class TestModels(TestCase):
|
|
|
|
def test_worker(self):
|
|
assert True
|