test: 添加测试数据

This commit is contained in:
zhengxinonly
2023-09-29 01:48:46 +08:00
parent 9bf89e5919
commit 2c3c79b21f
9 changed files with 115 additions and 5 deletions
+2
View File
@@ -6,6 +6,8 @@ class BaseConfig:
SQLALCHEMY_DATABASE_URI = ""
ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
class DevelopmentConfig(BaseConfig):
"""开发配置"""