clnrm-core 0.3.0

Cleanroom Testing Framework - Core library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "total_tests": 1,
  "passed_tests": 1,
  "failed_tests": 0,
  "total_duration_ms": 1000,
  "test_results": [
    {
      "name": "test1",
      "passed": true,
      "duration_ms": 1000,
      "error": null
    }
  ]
}