Skip to content

Instantly share code, notes, and snippets.

@renatorozas
Created March 15, 2016 02:50
Show Gist options
  • Save renatorozas/eb3753a3623c195d5152 to your computer and use it in GitHub Desktop.
Save renatorozas/eb3753a3623c195d5152 to your computer and use it in GitHub Desktop.
Getting started with EUnit (Part 2)
-module(kv_db_tests).
-include_lib("eunit/include/eunit.hrl").
new_test_() ->
?_assertEqual([], kv_db:new()).
new_test() ->
?assertEqual([], kv_db:new()).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment