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

https://github.com/rabbitmq/cth_fail_fast

Common Test hook to skip all tests on first failure
https://github.com/rabbitmq/cth_fail_fast

erlang

Last synced: about 1 year ago
JSON representation

Common Test hook to skip all tests on first failure

Awesome Lists containing this project

README

          

cth_fail_fast
=====

A Common Test hook that skips all tests on first failure.

To use with CT, run `ct_run -ct_hooks cth_fail_fast`

Build
-----

$ rebar3 compile

Test
-----

$ rebar3 eunit