Expand description
Test harness for applying a generic test suite to any backend-specific schemer adapter.
Structs§
- Test
Migration - A trivial struct implementing
Migration
on which adapters can build their mock migrations.
Traits§
- Test
Adapter - A trait required for running the generic test suite on an
Adapter
.
Functions§
- test_
branching_ dag - Test application and reversion on a branching DAG.
- test_
migration_ chain - Test the partial application and reversion of a chain of three dependent migrations.
- test_
multi_ component_ dag - Test that application and reversion of two DAG components are independent.
- test_
single_ migration - Test the application and reversion of a singleton migration.