Files
git.stella-ops.org/tests/AirGap
master 4391f35d8a Refactor SurfaceCacheValidator to simplify oldest entry calculation
Add global using for Xunit in test project

Enhance ImportValidatorTests with async validation and quarantine checks

Implement FileSystemQuarantineServiceTests for quarantine functionality

Add integration tests for ImportValidator to check monotonicity

Create BundleVersionTests to validate version parsing and comparison logic

Implement VersionMonotonicityCheckerTests for monotonicity checks and activation logic
2025-12-16 10:44:00 +02:00
..
up
2025-12-11 08:20:15 +02:00

AirGap Tests

Notes

  • Tests now run entirely against in-memory stores (no MongoDB or external services required).
  • Keep fixtures deterministic: stable ordering, UTC timestamps, fixed seeds where applicable.
  • Sealed-mode and staleness tests rely on local fixture bundles only; no network access is needed.