Fix conftest: import Essential and Proposal models for test DB schema

This commit is contained in:
zhi
2026-03-30 11:46:24 +00:00
parent 9e8dda3f16
commit 9cc561e5d5
3 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ import app.models.task # noqa: F401
import app.models.role_permission # noqa: F401 import app.models.role_permission # noqa: F401
import app.models.activity # noqa: F401 import app.models.activity # noqa: F401
import app.models.propose # noqa: F401 import app.models.propose # noqa: F401
import app.models.essential # noqa: F401
import app.models.proposal # noqa: F401
try: try:
import app.models.apikey # noqa: F401 import app.models.apikey # noqa: F401
except ImportError: except ImportError: