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
- Host: GitHub
- URL: https://github.com/rabbitmq/cth_fail_fast
- Owner: rabbitmq
- License: other
- Created: 2017-03-07T17:07:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T07:58:53.000Z (over 7 years ago)
- Last Synced: 2025-03-27T03:51:16.713Z (about 1 year ago)
- Topics: erlang
- Language: Erlang
- Size: 8.79 KB
- Stars: 2
- Watchers: 16
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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