pub async fn testing_run(
api: &ReqwestGatewayApi,
project: &str,
body: &Value,
) -> Result<Value, CoreError>Expand description
POST …/testing/run — execute tests ({"module"|"package"|"format"}
body; empty body = run_all). The doPost sets HTTP 207 on
failures/errors and 200 on green — BOTH are classified-success
shapes here; the pass/fail verdict rides the BODY
(passed/failed/errors/total), never the status line (the
module’s own Pitfall-2 rule).