Skip to content

Commit

Permalink
Remove redundant ct functions
Browse files Browse the repository at this point in the history
  • Loading branch information
zurab-darkly committed Mar 30, 2020
1 parent 3d9ea47 commit 3a243ff
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions test/shotgun_unit_SUITE.erl
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
-module(shotgun_unit_SUITE).

-export([ all/0
, init_per_suite/1
, end_per_suite/1
, init_per_testcase/2
, end_per_testcase/2
]).
-export([ all/0 ]).

-export([ parse_event/1
, parse_event_optional_spaces/1
Expand All @@ -25,25 +20,6 @@
-spec all() -> [atom()].
all() -> shotgun_test_utils:all(?MODULE).

-spec init_per_suite(shotgun_test_utils:config()) ->
shotgun_test_utils:config().
init_per_suite(Config) ->
Config.

-spec end_per_suite(shotgun_test_utils:config()) -> shotgun_test_utils:config().
end_per_suite(Config) ->
Config.

-spec init_per_testcase(atom(), shotgun_test_utils:config()) ->
shotgun_test_utils:config().
init_per_testcase(_, Config) ->
Config.

-spec end_per_testcase(atom(), shotgun_test_utils:config()) ->
shotgun_test_utils:config().
end_per_testcase(_, Config) ->
Config.

%%------------------------------------------------------------------------------
%% Test Cases
%%------------------------------------------------------------------------------
Expand Down

0 comments on commit 3a243ff

Please sign in to comment.