make test
.rebar3 eunit --module=MODULE_NAME
io:format/3
for debugging purposes..._SUITE.erl
by convention.antidote_SUITE.erl
should be defined asmake reltest
tests the antidote release executable.ct:log
. If a message should be visibile in the printed log (e.g. in travis), then ct:pal
or ct:print
can be used.io
, logger
) end up in the ct
HTML summary, see the generated logs/index.html
file and navigate to the test cases you want to see the logs of.test/utils
folder. They are separated by functionality into the following files:antidote_utils
riak_utils
time_utils
test_utils