summaryrefslogtreecommitdiff
path: root/lib/common_test/test/ct_hooks_SUITE_data
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearHenrik Nord2018-06-181-1/+1
* common_test: Remove EDoc comments in internal modulesHans Bolinder2018-06-072-37/+27
* Test cuddle for loggerSiri Hansen2018-04-261-1/+1
* Update copyright yearRaimo Niskanen2017-05-0430-30/+30
* [ct] Correctly handle process died in init and end_per_testcaseSiri Hansen2017-02-202-2/+32
* [ct] Fix faulty hook callbacks for skipped testsSiri Hansen2017-02-2011-0/+698
* [ct] Fix hooks and fail when one of init/end_per_* does not exitSiri Hansen2017-02-203-0/+144
* [ct] Add Suite argument to hook callback functionsSiri Hansen2017-02-2017-315/+468
* Fix problem with incorrect type of timestampsPeter Andersson2016-06-131-3/+7
* Merge branch 'maint-18'Henrik Nord2016-05-043-50/+50
|\
| * Fix bug with clashing timestamp valuesPeter Andersson2016-05-023-50/+50
* | update copyright-yearHenrik Nord2016-03-1536-36/+36
|/
* Update ct_hooks test suitesPeter Andersson2016-03-0117-975/+1086
* Change license text to APLv2Bruce Yinhe2015-06-1836-358/+394
* Merge branch 'rickard/time_api/OTP-11997'Rickard Green2015-03-203-14/+17
|\
| * Replace all calls to now/0 in CT with new time API functionsPeter Andersson2015-03-203-14/+17
* | Enable timetrap scaling for all testsPeter Andersson2015-03-181-1/+1
* | Merge remote-tracking branch 'origin/peppe/common_test/inconsistent_return_va...Peter Andersson2015-03-062-1/+12
|\ \
| * | Add testsPeter Andersson2015-01-282-1/+12
| |/
* | Modify some tests to verify that new functionality worksPeter Andersson2015-02-171-0/+15
|/
* Update test suites and fix various remaining problemsPeter Andersson2014-03-121-7/+7
* Fix CT hook pre_end_per_group causing crash when returning {skip,Reason}Peter Andersson2013-11-291-0/+74
* Fix error in builtin hook calling non-existing functionPeter Andersson2013-08-271-0/+124
* Update copyright yearsBjörn-Egil Dahlberg2012-03-305-5/+5
* Fix problem with wrong data_dir sent to hooks if init_per_* is missingPeter Andersson2012-03-262-0/+162
* Fix error with group config deleted before post_end_per_groupPeter Andersson2012-03-191-3/+2
* Introduce new test suite for CTHsPeter Andersson2012-03-193-274/+469
* Fix a couple of minor bugs with hook priorityLukas Larsson2011-08-312-3/+81
* Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ...Lukas Larsson2011-08-312-3/+3
* Add priority functionality and tests for ct hooksLukas Larsson2011-08-311-0/+58
* Add a proplist() typerzezeski2011-05-241-4/+3
* Fix bug which would make cth's to not be removed when out of scope when addin...Lukas Larsson2011-03-221-0/+50
* Update copyright yearsBjörn-Egil Dahlberg2011-03-1127-27/+27
* Update example cth spec to reflect the implementationLukas Larsson2011-02-171-2/+3
* Rename Suite Callback to Common Test Hook in code and testcasesLukas Larsson2011-02-1727-0/+1802