Age | Commit message (Expand) | Author |
2010-12-08 | Update to be compatible with how common_test tests the ct framework | Lukas Larsson |
2010-12-08 | Add scoping for suite and groups | Lukas Larsson |
2010-12-08 | Extend SCB error handling printouts | Lukas Larsson |
2010-12-08 | Add SCB error handling functionality | Lukas Larsson |
2010-12-08 | Move end_tc call to be made before the tc_done event is generated | Lukas Larsson |
2010-12-08 | Change default state to [] instead of undefined | Lukas Larsson |
2010-12-08 | Add terminate SCB functionality | Lukas Larsson |
2010-12-08 | Rename all callback functions to be more inline with the suite callback funct... | Lukas Larsson |
2010-12-08 | Update input parameter for suite callbacks to be called suite_callbacks when ... | Lukas Larsson |
2010-12-08 | Update to be backward compatible with ct framework test funktionality | Lukas Larsson |
2010-12-08 | Expand tracing functions to be more verbose | Lukas Larsson |
2010-12-08 | Update so that non tuple return values are not filtered out | Lukas Larsson |
2010-12-08 | Remove some compilation warnings | Lukas Larsson |
2010-12-08 | Add support for all pre/post init/end functions | Lukas Larsson |
2010-12-08 | Add so that suite_callbacks can be added by suite_callbacks. Add support for ... | Lukas Larsson |
2010-12-08 | Update ct_trace me to include calling functions | Lukas Larsson |
2010-12-08 | Add so that suite_callcacks can be configures in suite/0 | Lukas Larsson |
2010-12-08 | Add support for suite_callback in spec, command_line and interactive. Start w... | Lukas Larsson |
2010-12-08 | Update framework callbacks to use end_tc/4 if available. end_tc/4 can return ... | Lukas Larsson |
2010-11-29 | Update edoc and command line help documentation to reflect change from run_te... | Lukas Larsson |
2010-11-11 | Update master test specs to work with include directives | Lukas Larsson |
2010-11-01 | Update parse_table to take multiline sql rows | Lukas Larsson |
2010-10-14 | Update get_status doc to include no_tests_running | Lukas Larsson |
2010-09-10 | Merge branch 'peppe/common_test/dev/OTP-8753' into dev | Lukas Larsson |
2010-09-10 | OTP-8818: Fixed inconsistency in ct:start_interactive call | Lukas Larsson |
2010-09-06 | Fix problem with prepared_tests tuple not being recognized | Peter Andersson |
2010-09-02 | Fix error with group term in ct:run_test/1 | Peter Andersson |
2010-07-13 | Include milliseconds in timestamps in Common Test log entries | Tomas Johansson |
2010-07-06 | Fix bug that crashes common_test when running cover | Peter Andersson |
2010-07-06 | Add documentation for group specifications and for the label option | Peter Andersson |
2010-07-06 | Improve handling of test case group specifications | Peter Andersson |
2010-07-06 | Add textured backgound to html log files | Peter Andersson |
2010-07-06 | Improve handling of test case group specifications | Peter Andersson |
2010-07-06 | Add new option to label test runs | Peter Andersson |
2010-07-06 | Implement handling of group specifications | Peter Andersson |
2010-07-06 | Fix problem with using the wrong logdir setting | Peter Andersson |
2010-07-06 | Rewrite handling of group definitions in Common Test test suites | Peter Andersson |
2010-06-11 | Merge branch 'peppe/common_test_r14_dev_2' into dev | Erlang/OTP |
2010-06-09 | Add documentation for run_test program | Peter Andersson |
2010-06-09 | Fix so that ct_run converts relative diretories in the code path to absolute | Peter Andersson |
2010-06-09 | Fix bug that prevents the interactive shell mode to start properly | Peter Andersson |
2010-06-09 | Minor fixes in code and test suites | Peter Andersson |
2010-06-09 | Add support for executing pre-loaded suites (e.g. modules loaded as binaries) | Peter Andersson |
2010-06-09 | Add support for config info functions (e.g. init_per_suite/0) | Peter Andersson |
2010-06-09 | Add support for dynamic timetrap handling | Peter Andersson |
2010-06-09 | Have end_per_testcase run even after timetrap_timeout and abort_testcase | Peter Andersson |
2010-06-09 | Flush old DOWN messages in demonitor | Peter Andersson |
2010-06-09 | Add groups in test specifications | Peter Andersson |
2010-06-09 | Add new tests for test case groups and test specifications | Peter Andersson |
2010-06-09 | Improve and fix various test suites | Peter Andersson |