separated out rule and date logic. WIP: flattening the data, absolute from fuzzy dates, comparing dates
This commit is contained in:
7
test/test.erl
Normal file
7
test/test.erl
Normal file
@@ -0,0 +1,7 @@
|
||||
-module(test).
|
||||
-export([all/0]).
|
||||
-include_lib("eunit/include/eunit.hrl").
|
||||
|
||||
all() ->
|
||||
eunit:test(ezic_record),
|
||||
eunit:test(ezic_date).
|
||||
Reference in New Issue
Block a user