Expand description
§Apache OpenDAL™ Testkit
opendal-testkit provides reusable test actions, data checkers, runtime setup,
and service initialization helpers for Apache OpenDAL™ storage implementations.
This crate is intended for service and integration tests. It is not required by applications using an OpenDAL operator.
Add it as a development dependency:
cargo add --dev opendal-testkitThe opendal facade also re-exports the testkit behind its tests feature.
§Documentation
§License
Licensed under the Apache License, Version 2.0.
Structs§
- Read
Checker - Generates reference data and verifies reads against it.
- Write
Checker - Generates write chunks and verifies the combined stored data.
Enums§
- Read
Action - A reader operation executed by
ReadChecker. - Write
Action - A writer operation used by write behavior tests.
Statics§
- TEST_
RUNTIME - TEST_RUNTIME is the runtime used for running tests.
Functions§
- init_
test_ service - Init a service with given scheme.