Skip to main content

Module workspace

Module workspace 

Source

Structs§

WorkspaceConfig
Configuration for workspace scanning and execution.
WorkspaceProject
A project discovered within a workspace.
WorkspaceReport
Aggregated results across all workspace projects.
WorkspaceRunResult
Result of running tests in a single workspace project.

Functions§

discover_projects
Recursively scan a directory tree to discover all testable projects.
format_workspace_report
Format a workspace report for terminal display.
run_workspace
Run tests in all discovered workspace projects.
workspace_report_json
Format workspace report as JSON.