aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
AgeCommit message (Expand)Author
2010-06-11Merge branch 'peppe/common_test_r14_dev_2' into devErlang/OTP
2010-06-09Misc documentation updatesPeter Andersson
2010-06-09Add documentation for run_test programPeter Andersson
2010-06-09Make {repeat*,N} property in group execute the group N times exactlyPeter Andersson
2010-06-09Fix so that ct_run converts relative diretories in the code path to absolutePeter Andersson
2010-06-09Fix bug in handling framework:end_tc timeoutsPeter 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 test suite for remote loading of binary suitesPeter Andersson
2010-06-09Fix error with {repeat,0} property in groups causing double iterationsPeter 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
2010-06-09Have end_per_testcase run even after timetrap_timeout and abort_testcasePeter Andersson
2010-06-09Flush old DOWN messages in demonitorPeter Andersson
2010-06-09Add groups in test specificationsPeter Andersson
2010-06-09Add new tests for test case groups and test specificationsPeter Andersson
2010-06-09Improve and fix various test suitesPeter Andersson
2010-06-09Add event_handler_init start flag that can pass init arguments to event handlersPeter Andersson
2010-06-09Make it possible to run ts tests for Common Test via the ct_run:script_start(...Peter Andersson
2010-06-09Implement support for user controllable timetrap parameters (multiply and scale)Peter Andersson
2010-06-09Improve documentation and fix minor problemsPeter Andersson
2010-06-09Add run_test program for Common TestPeter Andersson
2010-06-09Documentation updateAndrey Pampukha
2010-06-09Move 'node_start' and 'eval' terms into new 'init' termAndrey Pampukha
2010-06-09Document ct_slave and 'eval' termsAndrey Pampukha
2010-06-09Change monitor_master option to false by defaultAndrey Pampukha
2010-06-09Improve eval and node_start and add new options for ct_slaveAndrey Pampukha
2010-06-09Modify cookie handling in ct_slaveAndrey Pampukha
2010-06-09Introduce ct_slave moduleAndrey Pampukha
2010-06-09Add test suites for ct_masterAndrey Pampukha
2010-06-09Separate config and user_config in test specificationsAndrey Pampukha
2010-06-09Add support for user_config in ct_masterAndrey Pampukha
2010-06-09Remove ugly -compile(export_all)Andrey Pampukha
2010-06-09Bug fix: ["config.txt"] /= "config.txt"Andrey Pampukha
2010-06-09Add functions for adding and removing config handlersAndrey Pampukha
2010-06-09Update test specificationsAndrey Pampukha
2010-06-09Replace own has_element/2 with lists:config/2Andrey Pampukha
2010-06-09Fix problem with disappearing variables and aliasesAndrey Pampukha
2010-06-09Rename suites for ct_config and add tests for disappearing variablesAndrey Pampukha
2010-06-09Change spelling, phrasing and structure in documentationAndrey Pampukha
2010-06-09Eliminate compilation warningAndrey Pampukha
2010-06-09Changed return value tags for config file handlingAndrey Pampukha
2010-06-09Support running cover on common_test test suitesAndrey Pampukha
2010-06-09Add tests for test specificationsAndrey Pampukha
2010-06-09Add test suites for configurationAndrey Pampukha
2010-06-09Bug fix: ct_config_xml now returns items in right orderAndrey Pampukha
2010-06-09Fix problems with test specificationsAndrey Pampukha
2010-06-09Allow callbacks to take any list as parameterAndrey Pampukha
2010-06-09Added config test suite for CTAndrey Pampukha