Expand description
Data models for the rpytest daemon.
Structs§
- Daemon
Config - Daemon runtime configuration.
- Executor
Config - Executor configuration.
- Fixture
Config - Fixture configuration.
- Fixture
State - State of a session fixture.
- Flakiness
Record - Record of test flakiness over time.
- Native
Test Node - Native test node discovered via AST parsing.
- Parameterized
Test Node - Information about a parametrized test variant.
- Rerun
Config - Configuration for auto-rerun behavior.
- Rerun
Result - Result of a rerun attempt.
- RunSummary
- Summary of a test run.
- Scheduled
Test - A test with scheduling metadata.
- Shard
Config - Shard configuration.
- Test
Node - Represents a single test node.
- Test
Result - Result of a single test execution.
Enums§
- Execution
Mode - Execution mode for running tests.
- Fixture
Scope - Fixture scope levels.
- Stability
State - Stability states for a test based on its recent outcome history.
- Test
Outcome - Test outcome types.