unite
unite copied to clipboard
Pretty EUnit test formatters
Introduced between v0.4.2 and v0.4.3. Both tests are just `?assert(false)`. ## v0.4.3 ``` 1) without_vars/0 (test/foo_tests.erl:106) Assert failed: false 2) with_vars/0 (test/foo_tests.erl:111) Assert failed: false~n 1 test passed 2 tests...
What are the differences between unite and eunit_formatters that rebar3 include https://github.com/seancribbs/eunit_formatters Wondering if it would be a good idea to try consolidating into one project and using that in...
I have a single failing test (shown as 'F' in the progress), but instead of details, all I get from `unite` is the following error: ``` Error in process with...
[binpp](https://github.com/jtendo/binpp) is a great library for pretty printing and diffing binaries in Erlang. We could use this when an assert equal/match fails and both arguments are binaries. Either by default,...
Messages look like this: ``` 1) symbols_in_identifier_3_test/0 (test/lexer_tests.erl:28) Unexpected exception: exception error: in function riak_ql_lexer:yyaction/4 (src/riak_ql_lexer.erl, line 4685) in call from riak_ql_lexer:string/4 (src/riak_ql_lexer.erl, line 112) in call from riak_ql_lexer:lex/1 (src/riak_ql_lexer.erl,...
The following test yields a difference in the end of the binary, even though there is none, because of how line breaks are added to pretty terms before the diff...