finish base cli
This commit is contained in:
@@ -3,5 +3,4 @@ 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)
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user