Skip to main content

Module models

Module models 

Source
Expand description

Data models for the rpytest daemon.

Structs§

DaemonConfig
Daemon runtime configuration.
ExecutorConfig
Executor configuration.
FixtureConfig
Fixture configuration.
FixtureState
State of a session fixture.
FlakinessRecord
Record of test flakiness over time.
NativeTestNode
Native test node discovered via AST parsing.
ParameterizedTestNode
Information about a parametrized test variant.
RerunConfig
Configuration for auto-rerun behavior.
RerunResult
Result of a rerun attempt.
RunSummary
Summary of a test run.
ScheduledTest
A test with scheduling metadata.
ShardConfig
Shard configuration.
TestNode
Represents a single test node.
TestResult
Result of a single test execution.

Enums§

ExecutionMode
Execution mode for running tests.
FixtureScope
Fixture scope levels.
StabilityState
Stability states for a test based on its recent outcome history.
TestOutcome
Test outcome types.