Skip to main content

Module inventory

Module inventory 

Source
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.
InventoryMeta
Metadata about an inventory snapshot.
TestNode
A single test node with metadata.

Enums§

TestNodeKind
The kind of test node.

Type Aliases§

TestNodeId
Unique identifier for a test node (pytest node ID format).