Age | Commit message (Expand) | Author |
---|---|---|
2011-08-31 | Fix a couple of minor bugs with hook priority | Lukas Larsson |
2011-08-31 | Update CTH priority default to be 0 | Lukas Larsson |
2011-08-31 | Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ... | Lukas Larsson |
2011-08-31 | Add priority functionality and tests for ct hooks | Lukas Larsson |
2011-08-31 | Update internal hooks state to use a record instead of tuples | Lukas Larsson |
2011-05-24 | Add a proplist() type | rzezeski |
2011-03-22 | Fix bug which would make cth's to not be removed when out of scope when addin... | Lukas Larsson |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg |
2011-03-09 | Update init_per_suite to not crash when there is no suite/0 | Lukas Larsson |
2011-02-21 | Update ct_hooks to fail gracefully when a hook is entered incorrectly in suite/0 | Lukas Larsson |
2011-02-17 | Cleanup code to fix dialyzer warning | Lukas Larsson |
2011-02-17 | Rename Suite Callback to Common Test Hook in code and testcases | Lukas Larsson |