Skip to main content

Crate rpytest_core

Crate rpytest_core 

Source
Expand description

Core types and abstractions for rpytest.

This crate provides the shared protocol messages, test outcome types, and storage abstraction used across rpytest components.

Re-exports§

pub use inventory::Inventory;
pub use inventory::InventoryMeta;
pub use inventory::TestNode;
pub use inventory::TestNodeId;
pub use inventory::TestNodeKind;
pub use protocol::ErrorCode;
pub use protocol::Outcome;
pub use protocol::Request;
pub use protocol::Response;
pub use protocol::TestEvent;
pub use protocol::TestNodeInfo;
pub use storage::SledBackend;
pub use storage::StorageBackend;
pub use storage::StorageError;
pub use storage::StorageResult;

Modules§

inventory
Test inventory management.
protocol
Protocol messages for CLI-daemon communication.
storage
Storage abstraction for rpytest persistence.