From 23487ab663383c3f0c1c2a8af1f26b04cc30e594 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Thu, 23 May 2019 15:26:17 +0300 Subject: [PATCH] Add propEr to test dependencies --- apps/epp_proxy/test/epp_util_SUITE.erl | 3 ++- rebar.config | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/epp_proxy/test/epp_util_SUITE.erl b/apps/epp_proxy/test/epp_util_SUITE.erl index 4a844a4..9294d3d 100644 --- a/apps/epp_proxy/test/epp_util_SUITE.erl +++ b/apps/epp_proxy/test/epp_util_SUITE.erl @@ -7,6 +7,7 @@ all() -> [run_eunit]. -%% Run Unit tests +%% Run Unit tests. +%% Todo: these should be property tests, not unit tests. run_eunit(_Config) -> ok = eunit:test(epp_util_tests). diff --git a/rebar.config b/rebar.config index d92e223..9cc6805 100644 --- a/rebar.config +++ b/rebar.config @@ -16,5 +16,6 @@ {profiles, [{prod, [{relx, [{dev_mode, false}, {include_erts, true}]}] - }] + }, + {test, [{deps, [proper]}]}] }.