Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-18 | Enable timetrap scaling for all tests | Peter Andersson | |
2015-03-06 | Merge remote-tracking branch ↵ | Peter Andersson | |
'origin/peppe/common_test/inconsistent_return_value' into maint * origin/peppe/common_test/inconsistent_return_value: Add tests Make it possible to skip test case by returning skipped tag OTP-12359 | |||
2015-02-17 | Modify some tests to verify that new functionality works | Peter Andersson | |
2015-01-28 | Add tests | Peter Andersson | |
2014-03-12 | Update test suites and fix various remaining problems | Peter Andersson | |
2013-11-29 | Fix CT hook pre_end_per_group causing crash when returning {skip,Reason} | Peter Andersson | |
OTP-11409 | |||
2013-08-27 | Fix error in builtin hook calling non-existing function | Peter Andersson | |
OTP-11238 | |||
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-26 | Fix problem with wrong data_dir sent to hooks if init_per_* is missing | Peter Andersson | |
2012-03-19 | Fix error with group config deleted before post_end_per_group | Peter Andersson | |
OTP-9989 Also improve ct_hooks test suite. | |||
2012-03-19 | Introduce new test suite for CTHs | Peter Andersson | |
2011-08-31 | Fix a couple of minor bugs with hook priority | Lukas Larsson | |
The bugs caused the sorting priority to be wrong when using installed priority and built in priority. Tests to prove the order of hooks to be correct have also been added. | |||
2011-08-31 | Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ↵ | Lukas Larsson | |
instead of NewState. NewState can still be returned, but is only kept for backward compatability reasons. | |||
2011-08-31 | Add priority functionality and tests for ct hooks | Lukas Larsson | |
Priority allows the user of ct hooks to specify which order the hooks should execute in. The priority of a hook is specified when installing the hook, and stays the same for both pre and post hooks | |||
2011-05-24 | Add a proplist() type | rzezeski | |
Recently I was adding specs to an API and found that there is no canonical proplist() type defined. | |||
2011-03-22 | Fix bug which would make cth's to not be removed when out of scope when ↵ | Lukas Larsson | |
adding a cth in suite/0 and crashing in pre_init_per_suite. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Update example cth spec to reflect the implementation | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook in code and testcases | Lukas Larsson | |