Pytest
Other technologies
Evidence
-
Why this level
SummaryBackend tests are implemented on critical behavior, imports and business schemas, with concrete usage across several projects.
-
Current ceiling
SummaryThe main improvement axes to reach the next level are: broaden test coverage, make the strategy more systematic across projects, and document the overall organization of automated suites more clearly.
-
The reservation test in Parking App verifies that creating a reservation makes a spot unavailable, directly targeting a critical business rule.
-
The fixtures and backend tests added in gn_module_monitoring cover individuals, markings and related schemas.
-
The backend tests added in GeoNature cover line-number errors in the import pipeline.
-
The workflow and test adjustments around the V3 import flow in GeoNature also cover the edit case.
-
Several backend PRs delivered in the current Natural Solutions context use pytest on critical cases and structuring fixes.