An open API service indexing awesome lists of open source software.

https://github.com/codewars/criterion-hooks

Report hooks for Criterion
https://github.com/codewars/criterion-hooks

code-runner test-reporting

Last synced: 5 months ago
JSON representation

Report hooks for Criterion

Awesome Lists containing this project

README

          

# Criterion Hooks

Report [hooks] for [Criterion].

## Dependencies

- Criterion [v2.3.3]

## Demo

- `make example-test` installs Criterion locally, compile the hooks, and example test.
- `make run-example` runs the example test with `-q -j1 --full-stats`.

## TODO

- [ ] Add proper tests to prevent regression

[Criterion]: https://criterion.readthedocs.io/en/v2.3.3
[hooks]: https://criterion.readthedocs.io/en/v2.3.3/hooks.html
[v2.3.3]: https://github.com/Snaipe/Criterion/releases/tag/v2.3.3