Expand description
Test utilities. This module is pub just for internal testing. It is subject to change and is not intended to be used by external users.
Functionsยง
- check_
record_ batches - Snapshot testing to check the resulting record batch.
- make_
encrypted_ table - Build a table backed by the V3 encryption fixture and an in-memory KMS,
so it has an
EncryptionManager. - test_
runtime - Returns a process-wide
Runtimesuitable for tests that need to construct aTableoutside a tokio context.