mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Start applications directly from the ct hook
This commit is contained in:
parent
75218c4be0
commit
b377eb9805
6 changed files with 4 additions and 19 deletions
|
@ -27,12 +27,8 @@ groups() ->
|
|||
[{autobahn, [], [autobahn_fuzzingclient]}, {ws, [parallel], BaseTests}].
|
||||
|
||||
init_per_suite(Config) ->
|
||||
cowboy_test:start([cowboy]),
|
||||
Config.
|
||||
|
||||
end_per_suite(_Config) ->
|
||||
cowboy_test:stop([cowboy]).
|
||||
|
||||
init_per_group(autobahn, Config) ->
|
||||
%% Some systems have it named pip2.
|
||||
Out = os:cmd("pip show autobahntestsuite ; pip2 show autobahntestsuite"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue