Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-08-06 | Update documentation for ct:timetrap/1 | Brujo Benavides | |
Even when `ct:sleep/1` accepts `Millisecs` as floats, `ct:timetrap/1` does not. If you try to use it in a test, you get the following error: ```erlang {invalid_time_format,0.1} ``` | |||
2018-06-18 | Update copyright year | Henrik Nord | |
2018-05-04 | Add ct:get_progname/0 | Richard Carlsson | |
This replaces all uses of lib:progname/0 in tests. | |||
2017-12-04 | Add tests and doc for the new remaining_test_procs function | Peter Andersson | |
2017-05-08 | [ct_netconfc] Update documentation | Siri Hansen | |
* Remove edoc comments in ct_netconfc.erl * Rewrite ct_netconfc.xml to use specs for functions and types * Add documentation of new functions in ct_netconfc | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-20 | [ct] Add 'keep_logs' option | Siri Hansen | |
If setting the value for this option to an integer, N, common_test will remove all ct_run.* directories in the current log directory, except the N newest. The default value for the 'keep_logs' option is 'all', which means that no logs will be deleted. 'keep_logs' can be used in combination with refresh_logs, or in a normal common_test test run. | |||
2016-12-02 | Add heading option to log functions | Peter Andersson | |
2016-09-15 | Document functions for modifying and reading verbosity levels | Peter Andersson | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-06-08 | Update ct:reload_config docs since {error, Reason} can be returned | Zandra Hird | |
2016-05-04 | Merge branch 'maint-18' | Henrik Nord | |
Conflicts: OTP_VERSION lib/common_test/test/ct_hooks_SUITE_data/cth/tests/ct_update_config_SUITE.erl lib/common_test/vsn.mk | |||
2016-05-02 | Add flag/option for disabling the character escaping functionality | Peter Andersson | |
OTP-13537 | |||
2016-05-02 | Skip pre/post test IO suite if cover or debug is running | Peter Andersson | |
OTP-13535 The return value of ct:get_timetrap_info/0 has been modified. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-10 | Merge branch 'siri/common_test/fix-doc-links' into maint | Siri Hansen | |
* siri/common_test/fix-doc-links: Fix link errors in common_test documentation Document that any ssh option is allowed in ct_netconfc Conflicts: lib/common_test/doc/src/ct_hooks_chapter.xml lib/common_test/doc/src/ct_netconfc.xml | |||
2016-03-10 | Fix link errors in common_test documentation | Siri Hansen | |
These were introduced when converting from edoc to xml files for the common_test documentation. | |||
2016-03-09 | Document the new HTML improvements | Peter Andersson | |
2016-03-09 | Common Test: Editorial changes 3 | tmanevik | |
Reference Manual files from Pär Wennstad added |