Skip to main content

clawdesk-test

The test crate provides shared test utilities, fixtures, and helpers used across ClawDesk's test suite.

What It Does (Plain English)

This is a developer-only crate. It provides reusable testing tools like mock providers, fake agents, test data generators, and helper functions — so every other crate doesn't have to reinvent these testing basics.

Architecture Role

LayerPosition
TestingShared test infrastructure

Dependencies

  • clawdesk-types — Type definitions for test data
  • Various testing frameworks