enforce tests

This commit is contained in:
2026-02-28 12:43:52 +03:00
parent 7718f8ccfe
commit ce99eba922
+1
View File
@@ -29,6 +29,7 @@ Build a reliable, maintainable salon booking platform with Django (backend) and
- Avoid introducing regressions without covering a fix or guardrail. - Avoid introducing regressions without covering a fix or guardrail.
- Payment and booking flows must be idempotent and auditable. - Payment and booking flows must be idempotent and auditable.
- Phone auth must be ratelimited and safe from abuse. - Phone auth must be ratelimited and safe from abuse.
- Every change should be tested before completion; no exceptions.
## Testing Expectations ## Testing Expectations
### Backend ### Backend