Module

conformance

github.com/riducms/ridu/store/conformance — Reusable behavioral qualification suites for Ridu store adapters.

Types 1

  • type conformance.Factory

    Factory opens a clean store prepared for manifest. Implementations should register cleanup with t and fail the current test when setup cannot finish.

Functions 1

  • conformance.Run()

    Run executes the shared semantic contract for one adapter. Adapter packages should invoke Run from their own tests so their ordinary integration setup remains responsible for schema creation and external-service availability.