Last active
March 9, 2016 07:53
-
-
Save renatorozas/58e2d0d1d6d8045fee24 to your computer and use it in GitHub Desktop.
Getting started with EUnit (Part 1)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-module(kv_db_tests). | |
-include_lib("eunit/include/eunit.hrl"). | |
new_test() -> | |
?assertEqual([], kv_db:new()). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment