Expand description
Test framework traits and implementations for discovery, execution, and result parsing.
Modules§
- cargo
- Cargo test framework implementation using
cargo nextestfor discovery. - default
- Default framework — custom shell commands for test discovery and execution.
- pytest
- Pytest framework implementation using
pytest --collect-onlyfor discovery.
Structs§
- Test
Group - A named group of tests with their execution results.
- Test
Instance - A lightweight handle to a test for execution in a sandbox.
- Test
Record - A record of a test and its execution history.
- Test
Result - The result of executing a single test.
Enums§
- Framework
Error - Errors that can occur during test discovery and result parsing.
- Test
Outcome - The outcome status of a test execution.
Traits§
- Test
Framework - Trait for collecting tests and generating execution commands.
Type Aliases§
- Framework
Result - Result type for framework operations.