May 11th, 2010· A new type for unit tests 'simple_http' was added.
· Documentation was updated.
May 3rd, 2010· RaTM was ported under Python 1.6
· Documentation was updated.
April 19th, 2010· RaTM was ported under Python 2.0
· Documentation was updated.
April 12th, 2010· RaTM was ported under Python 2.1
· An error in the conf.py was fixed.
· An error in the utilities.py was fixed.
· Documentation was updated.
April 6th, 2010· RaTM was ported under Python 2.2
· An error in the class 'ThreadedCmdExecution' was fixed.
· Documentation was fixed.
March 29th, 2010· RaTM was ported under Python 2.6
· An error with console output was fixed.
· Small refactoring.
· Documentation was updated
March 22nd, 2010· RaTM was ported under Python 2.3
· Small refactoring.
· Documentation was updated
March 15th, 2010· RaTM was ported under Python 2.4
· Documentation was updated.
March 8th, 2010· Visualisation of the external log was improved.
· Documentation was updated.
March 1st, 2010· Visualisation was improved.
· Small refactoring.
· Documentation was updated.
February 16th, 2010· Documentation was updated.
February 9th, 2010· An error was fixed - if the 'workspace' directory does not exists then it will be created.
· Documentation was updated.
February 9th, 2010· An error in 'utilities.py' was fixed.
· If the localisation file for the specified language was not found then interface language setting will be defaulted to 'English'.
· Documentation was updated.
January 25th, 2010· Refactoring.
January 18th, 2010· Refactoring and small improvements.
January 11th, 2010· Testing report visualisation was improved.
January 4th, 2010· Documentation was updated.
· All command line parameters are passed to the 'py' and 'cmd' tests.
January 4th, 2010· Documentation was updated.
· Minor changes.
October 26th, 2009· New settings were added to the conf.py file.
· Testing project's manifest sintax was extended.
· Documentation was updated.
October 19th, 2009· Console output visualisation improvements.
· Fixed error with -l parameter (now comma separated lists of tags work well).
· Encoding error for external logs was fixed.
· Integration with module unittest was implemented (see manual for more information).
· Added command-line parameter -email (see reference for more information).
· File 'conf' now stores absolute paths.
· Minor bugfixes.
· Documentation was updated.
October 19th, 2009· Error was fixed in SendLogsByEmail function.
· Testing logs now can be sent on FTP servers (command-line parameter -send_logs_ftp enables it).
· Documentation was updated.
· Testing project manifest parse function was fixed.
October 19th, 2009· Manifset sintax was extended (see manual for more information).
· Command-line parameter -html_format was added (see reference for more information).
October 19th, 2009· New type of tests is available - since now test can be run from the command line directly.
· Testing and minor changes.
· External log was improved.
· Several bugs were fixed in the http_utilities.
· Template for the single test log was improved.
· Several CYGWIN specific bugs were fixed.
October 19th, 2009· Added execution_counter in the test's manifest syntax (check the manual for more information http://ratm.sourceforge.net/manual.html).
· According to execution_counter parameter appearance, testing report was extended. Now total test's execution time is outputted and the average time per test iteration.
· Command line parameter -test_id was added.
· Manifest sintax was extended - added test_id tag (see manual for more information http://ratm.sourceforge.net/manual.html).
· Protocol for running tests via HTTP was changed (see ./misc/http_test.php example for more information).
· Added new command line parameter -project (see manual for more information).
· Row sorting bug in testing report was fixed.
· Fixed bug with external log processing.
· Minor changes and improvements.
· Refactoring.