7 lines
124 B
Python
7 lines
124 B
Python
from tests.backends.mysql import DBTestCase
|
|
|
|
|
|
class TestMigrate(DBTestCase):
|
|
async def test_migrate(self):
|
|
pass
|