test(P13.2): task state-machine tests — 34 tests covering transitions, assignee guards, comments, permissions, edit restrictions

This commit is contained in:
zhi
2026-03-18 04:02:29 +00:00
parent 011a2262ce
commit c21e4ee335
2 changed files with 568 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ try:
import app.models.apikey # noqa: F401
except ImportError:
pass
try:
import app.models.webhook # noqa: F401
except ImportError:
pass
TEST_DATABASE_URL = "sqlite://" # in-memory