aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src
AgeCommit message (Expand)Author
2010-12-08Add locking mechanism for scb state when using parallel groupsLukas Larsson
2010-12-08Update ct_framework calls to allow manipulation of test results in end_tc wit...Lukas Larsson
2010-12-08Update all post_*_per_* to also take the Config argument which the *_per_* wa...Lukas Larsson
2010-12-08Add on_tc_fail and on_tc_skip functionalityLukas Larsson
2010-12-08Add special tagging for scb in order for event generation to be backward comp...Lukas Larsson
2010-12-08Update to be compatible with how common_test tests the ct frameworkLukas Larsson
2010-12-08Add scoping for suite and groupsLukas Larsson
2010-12-08Extend SCB error handling printoutsLukas Larsson
2010-12-08Add SCB error handling functionalityLukas Larsson
2010-12-08Move end_tc call to be made before the tc_done event is generatedLukas Larsson
2010-12-08Change default state to [] instead of undefinedLukas Larsson
2010-12-08Add terminate SCB functionalityLukas Larsson
2010-12-08Rename all callback functions to be more inline with the suite callback funct...Lukas Larsson
2010-12-08Update input parameter for suite callbacks to be called suite_callbacks when ...Lukas Larsson
2010-12-08Update to be backward compatible with ct framework test funktionalityLukas Larsson
2010-12-08Expand tracing functions to be more verboseLukas Larsson
2010-12-08Update so that non tuple return values are not filtered outLukas Larsson
2010-12-08Remove some compilation warningsLukas Larsson
2010-12-08Add support for all pre/post init/end functionsLukas Larsson
2010-12-08Add so that suite_callbacks can be added by suite_callbacks. Add support for ...Lukas Larsson
2010-12-08Update ct_trace me to include calling functionsLukas Larsson
2010-12-08Add so that suite_callcacks can be configures in suite/0Lukas Larsson
2010-12-08Add support for suite_callback in spec, command_line and interactive. Start w...Lukas Larsson
2010-12-08Update framework callbacks to use end_tc/4 if available. end_tc/4 can return ...Lukas Larsson
2010-11-29Update edoc and command line help documentation to reflect change from run_te...Lukas Larsson
2010-11-11Update master test specs to work with include directivesLukas Larsson
2010-11-01Update parse_table to take multiline sql rowsLukas Larsson
2010-10-14Update get_status doc to include no_tests_runningLukas Larsson
2010-09-10Merge branch 'peppe/common_test/dev/OTP-8753' into devLukas Larsson
2010-09-10OTP-8818: Fixed inconsistency in ct:start_interactive callLukas Larsson
2010-09-06Fix problem with prepared_tests tuple not being recognizedPeter Andersson
2010-09-02Fix error with group term in ct:run_test/1Peter Andersson
2010-07-13Include milliseconds in timestamps in Common Test log entriesTomas Johansson
2010-07-06Fix bug that crashes common_test when running coverPeter Andersson
2010-07-06Add documentation for group specifications and for the label optionPeter Andersson
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Add textured backgound to html log filesPeter Andersson
2010-07-06Improve handling of test case group specificationsPeter Andersson
2010-07-06Add new option to label test runsPeter Andersson
2010-07-06Implement handling of group specificationsPeter Andersson
2010-07-06Fix problem with using the wrong logdir settingPeter Andersson
2010-07-06Rewrite handling of group definitions in Common Test test suitesPeter Andersson
2010-06-11Merge branch 'peppe/common_test_r14_dev_2' into devErlang/OTP
2010-06-09Add documentation for run_test programPeter Andersson
2010-06-09Fix so that ct_run converts relative diretories in the code path to absolutePeter Andersson
2010-06-09Fix bug that prevents the interactive shell mode to start properlyPeter Andersson
2010-06-09Minor fixes in code and test suitesPeter Andersson
2010-06-09Add support for executing pre-loaded suites (e.g. modules loaded as binaries)Peter Andersson
2010-06-09Add support for config info functions (e.g. init_per_suite/0)Peter Andersson
2010-06-09Add support for dynamic timetrap handlingPeter Andersson