Просмотр исходного кода

Remove eunit header include from main pooler module

Including the eunit header defines TEST. Since the module conditionally
specifies `export_all` when TEST is defined, we were exporting
allthethings inadvertently all the time.
Seth Falcon 9 лет назад
Родитель
Сommit
59e7d718f3
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/pooler.erl

+ 0 - 2
src/pooler.erl

@@ -12,8 +12,6 @@
 -behaviour(gen_server).
 
 -include("pooler.hrl").
--include_lib("eunit/include/eunit.hrl").
-
 
 %% type specs for pool metrics
 -type metric_value() :: 'unknown_pid' |