Skip to main content

Module store_compliance

Module store_compliance 

Source
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.