aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src
AgeCommit message (Expand)Author
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-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
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-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-09Eliminate compilation warningAndrey Pampukha
2010-06-09Changed return value tags for config file handlingAndrey 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