aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_config.erl
AgeCommit message (Collapse)Author
2010-06-09Add support for user_config in ct_masterAndrey Pampukha
2010-06-09Bug fix: ["config.txt"] /= "config.txt"Andrey Pampukha
2010-06-09Add functions for adding and removing config handlersAndrey Pampukha
This is a draft version.
2010-06-09Replace own has_element/2 with lists:config/2Andrey Pampukha
2010-06-09Fix problem with disappearing variables and aliasesAndrey Pampukha
2010-06-09Changed return value tags for config file handlingAndrey Pampukha
Return value tags modified and various documentation updates made (work in progress).
2010-06-09Add tests for test specificationsAndrey Pampukha
2010-06-09Add test suites for configurationAndrey Pampukha
2010-06-09Fix problems with test specificationsAndrey Pampukha
Work in progress...
2010-06-09Allow callbacks to take any list as parameterAndrey Pampukha
2010-06-09Implement reloading of the config dataAndrey Pampukha
2010-06-09Remove configuration handling from ct_util completelyAndrey Pampukha
2010-06-09Add support for user config in common_testAndrey Pampukha
Added: 1. ct_config, ct_config_plain and ct_config_xml modules. 2. support for {userconfig, {Callback, ConfigFiles}} parameter to ct:run_test/1 3. support for "-userconfig Callback ConfigFiles and OtherCallback ConfigFiles" parameter to the run_test script