aboutsummaryrefslogtreecommitdiffstats
path: root/test/ws_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/ws_SUITE.erl')
-rw-r--r--test/ws_SUITE.erl7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl
index c47c293..9cafd3c 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.erl
@@ -15,7 +15,7 @@
-module(ws_SUITE).
-compile(export_all).
--import(cowboy_test, [config/2]).
+-import(ct_helper, [config/2]).
%% ct.
@@ -23,12 +23,9 @@ all() ->
[{group, autobahn}, {group, ws}].
groups() ->
- BaseTests = cowboy_test:all(?MODULE) -- [autobahn_fuzzingclient],
+ BaseTests = ct_helper:all(?MODULE) -- [autobahn_fuzzingclient],
[{autobahn, [], [autobahn_fuzzingclient]}, {ws, [parallel], BaseTests}].
-init_per_suite(Config) ->
- Config.
-
init_per_group(Name = autobahn, Config) ->
%% Some systems have it named pip2.
Out = os:cmd("pip show autobahntestsuite ; pip2 show autobahntestsuite"),