6 lines
89 B
Python
6 lines
89 B
Python
from tortoise.contrib import test
|
|
|
|
|
|
class TestMigrate(test.TruncationTestCase):
|
|
pass
|