aerich/tests/test_utils.py
2020-05-14 18:46:17 +08:00

7 lines
111 B
Python

from unittest import TestCase
class TestUtils(TestCase):
def test_get_app_connection(self):
pass