Re-exports§
pub use anyhow;pub use eyre;pub use pretty_assertions;
Modules§
Macros§
Structs§
- App
- tanu CLI.
- Config
- tanu’s configuration.
- List
Reporter - Null
Reporter - Project
Config - tanu’s project configuration.
- Runner
- Table
Reporter - Test
Info
Enums§
Traits§
- Reporter
- Reporter trait. The trait is based on the “template method” pattern. You can implement on_xxx methods to hook into the test runner. This way is enough for most usecases. If you need more control, you can override the “run” method.
Functions§
- get_
config - Get configuration for the current project. This function has to be called in the tokio task created by tanu runner. Otherwise, calling this function will panic.
- get_
tanu_ config