zacharyrankin / just-test
minimalistic tap-producing testing framework
v0.3
2015-08-05 23:04 UTC
This package is not auto-updated.
Last update: 2025-02-11 04:45:31 UTC
README
minimalistic tap-producing testing framework, inspired by substack/tape.
Usage
use just_test\Test; Test::create( "how do you call your test", function (Test $test) { $test->pass("woot"); } );
TODO
- More documentation
- I still do not like Test::create(), there must be a cleaner syntax
- Better tests :O