Add init options to skip data initialization and remove manual cleanup in test cases.

This commit is contained in:
2026-01-11 11:51:49 +08:00
parent 693c5890ca
commit 9efbbc38ab
12 changed files with 40 additions and 51 deletions

View File

@@ -24,7 +24,7 @@ from flask_sqlalchemy import SQLAlchemy
from accounting.utils.user import UserUtilityInterface
VERSION: str = "1.6.1"
VERSION: str = "1.6.1.2"
"""The package version."""
db: SQLAlchemy = SQLAlchemy()
"""The database instance."""