serpent: A sophisticated test runner for zig
serpent: A sophisticated test runner for zig
github.com
GitHub - tr1ckydev/serpent: 🐍 A sophisticated test runner for zig.
From the README:
A sophisticated test runner for zig, with extra features and modern aesthetics.
- Colored output logs
- Supports hooks like
@BeforeAll
and@AfterAll
- Bail tests early
- Time record for each test
- Pluggable into any existing project
- Comes with
expect(...).equals(...)
type matchers