Expand description
Backend-agnostic compliance test suite for ObjectStore implementations.
Call run_compliance_tests from any #[test] or #[tokio::test] that
has a concrete ObjectStore to verify it satisfies the full contract.
Both [InMemoryStore] and [S3Store] are validated this way.
Functionsยง
- run_
compliance_ tests - Run the full ObjectStore compliance suite against
store.