add migrate and cli
This commit is contained in:
7
tests/backends/mysql/test_migrate.py
Normal file
7
tests/backends/mysql/test_migrate.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from tests.backends.mysql import DBTestCase
|
||||
|
||||
|
||||
class TestMigrate(DBTestCase):
|
||||
async def test_migrate(self):
|
||||
self.migrate.diff_models_module('tests.models', 'tests.new_models')
|
||||
print(self.migrate.operators)
|
||||
Reference in New Issue
Block a user