testament icon indicating copy to clipboard operation
testament copied to clipboard

A testing library for Janet

Results 2 testament issues
Sort by recently updated
recently updated
newest added

eg: ``` (deftest foo-test ...) ``` ``` jpm test -t "foo-test" ``` runs only that test.

enhancement

Add a new macro, `each-is`: `each-is forms &opt note` `forms` should be a tuple or array of assertion forms, of the same kind understood by `is`. `(each-is @[foo bar baz]...

enhancement
good first issue