Crate test_setup
source ·Expand description
This crate contains constants and utilities that are useful for writing tests across the engines.
Re-exports
pub use mssql::reset_schema as reset_mssql_schema;
Modules
- Tokio test runtime utils.
Macros
Structs
- Represents a set of flags of some type
T
.T
must have the#[bitflags]
attribute applied. - Context for test initialization.
Enums
- Test-relevant connector capabilities.
- Test-relevant connector tags.