Expand description
Test utilities to help with testing Kitsune2.
Modules§
- agent
- Test utilities associated with agents and agent info.
- bootstrap
- Test utilities associated with bootstrapping.
- id
- Test utilities associated with ids.
- noop_
bootstrap - A no-op bootstrap implementation.
- space
- Test utilities associated with spaces.
- tx_
handler - A test TxHandler implementation that implements pre-flight agent info sharing.
Macros§
- iter_
check - Repeat a code block after a pause until a timeout has elapsed. The default timeout is 100 ms.
Functions§
- enable_
tracing - Enable tracing with the RUST_LOG environment variable.
- enable_
tracing_ with_ default_ level - Enable tracing with the RUST_LOG environment variable.
- random_
bytes - Create random bytes of a specified length.