add more test

This commit is contained in:
long2ice
2020-05-24 13:47:10 +08:00
parent 3a76486993
commit 354e861dad
13 changed files with 277 additions and 138 deletions

View File

@@ -1,6 +0,0 @@
TORTOISE_ORM = {
"connections": {"default": "mysql://root:123456@127.0.0.1:3306/test"},
"apps": {
"models": {"models": ["tests.models", "aerich.models"], "default_connection": "default"}
},
}