aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_hooks.erl
AgeCommit message (Expand)Author
2019-06-04[ct] Fix bug where Hook:terminate/1 was called before Hook:init/2Siri Hansen
2019-04-15[ct] Add post_groups/2 and post_all/3 hook functionsPeter Andersson
2017-06-16[ct] Print unicode atoms and strings correctly in common_test logsSiri Hansen
2017-05-04Update copyright yearRaimo Niskanen
2017-02-20[ct] Add Suite argument to hook callback functionsSiri Hansen
2016-06-07ct_hooks: Fix unmatched_return warningsZandra
2016-05-04Merge branch 'maint-18'Henrik Nord
2016-05-02Fix various log related problemsPeter Andersson
2016-03-15update copyright-yearHenrik Nord
2016-03-05Add missing internal hook functionsPeter Andersson
2016-03-03Fix remaining issuesPeter Andersson
2016-03-01Introduce new CT hook functionsPeter Andersson
2015-06-18Change license text to APLv2Bruce Yinhe
2014-03-24Update incorrect type specificationsPeter Andersson
2014-03-12Update event protocol and CT Hooks APIPeter Andersson
2014-03-12Introduce group name for skipped cases in events, hooks and overview logPeter Andersson
2013-09-03Find and fix minor bugsPeter Andersson
2013-09-02Fix problem with start order of hooks and stopping of ct_util_serverPeter Andersson
2013-01-25[common_test] Update common test modules to handle unicodeSiri Hansen
2012-08-23Fix error in function specificationPeter Andersson
2012-08-23Merge remote branch 'origin/peppe/common_test/hook_init_order' into maintPeter Andersson
2012-07-06Call CT Hook init functions in the correct orderPeter Andersson
2012-05-10Fix IO printout crash caused by hook functionPeter Andersson
2012-05-04Fix timetrap error in pre-hooksPeter Andersson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-19Fix bug in handling ct_hooks start argumentsPeter Andersson
2012-03-19Use calls to ct_framework:init/end_per_suite for configurationPeter Andersson
2012-03-19Change ct_init/end_per_group to init/end_per_groupPeter Andersson
2012-03-19Run hooks for non-existing config functionsPeter Andersson
2011-11-29Reverse hook order for *_end_per_* hooksLukas Larsson
2011-09-26Merge branch 'dev' into majorLukas
2011-09-20Add -enable_builtin_hooks <bool> config optionLukas Larsson
2011-09-02Merge branch 'dev' into majorHans Bolinder
2011-08-31Fix a couple of minor bugs with hook priorityLukas Larsson
2011-08-31Update CTH priority default to be 0Lukas Larsson
2011-08-31Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ...Lukas Larsson
2011-08-31Add priority functionality and tests for ct hooksLukas Larsson
2011-08-31Update internal hooks state to use a record instead of tuplesLukas Larsson
2011-08-29Merge branch 'dev' into majorHenrik Nord
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-05-24Add a proplist() typerzezeski
2011-03-22Fix bug which would make cth's to not be removed when out of scope when addin...Lukas Larsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-09Update init_per_suite to not crash when there is no suite/0Lukas Larsson
2011-02-21Update ct_hooks to fail gracefully when a hook is entered incorrectly in suite/0Lukas Larsson
2011-02-17Cleanup code to fix dialyzer warningLukas Larsson
2011-02-17Rename Suite Callback to Common Test Hook in code and testcasesLukas Larsson