Skip to main content

Module framework

Module framework 

Source
Expand description

Test framework traits and implementations for discovery, execution, and result parsing.

Modules§

cargo
Cargo test framework implementation using cargo nextest for discovery.
default
Default framework — custom shell commands for test discovery and execution.
pytest
Pytest framework implementation using pytest --collect-only for discovery.

Structs§

TestGroup
A named group of tests with their execution results.
TestInstance
A lightweight handle to a test for execution in a sandbox.
TestRecord
A record of a test and its execution history.
TestResult
The result of executing a single test.

Enums§

FrameworkError
Errors that can occur during test discovery and result parsing.
TestOutcome
The outcome status of a test execution.

Traits§

TestFramework
Trait for collecting tests and generating execution commands.

Type Aliases§

FrameworkResult
Result type for framework operations.