kitest 0.5.0

A composable test harness toolkit with room to fly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
  This file was automatically generated from an ANSI source file (.ansi).
  Do not edit this file manually — any changes will be overwritten
  the next time the build script runs.
-->

<pre><code>running 3 tests
test test_b ... <span style='color:var(--yellow,#a60)'>ignored, we don&#39;t need this</span>
test test_c ... <span style='color:var(--green,#0a0)'>ok</span>
test test_a ... <span style='color:var(--green,#0a0)'>ok</span>

test result: ok. 2 passed; 0 failed; 1 ignored; 0 filtered out; finished in 0.30s
</code></pre>