Expand description
Test inventory management.
This module provides data structures and operations for managing test inventories - the collection of all known tests in a repository.
Structs§
- Inventory
- An in-memory inventory of test nodes.
- Inventory
Meta - Metadata about an inventory snapshot.
- Test
Node - A single test node with metadata.
Enums§
- Test
Node Kind - The kind of test node.
Type Aliases§
- Test
Node Id - Unique identifier for a test node (pytest node ID format).