........
r3058 | varioustoxins | 2007-02-28 20:32:06 +1100 (Wed, 28 Feb 2007) | 2 lines
added rudimentary command line and tests for direct paths to tests cases
........
r3074 | bugman | 2007-03-04 19:12:48 +1100 (Sun, 04 Mar 2007) | 16 lines
Merging of the 'error_import' branch.
The command used was:
svn merge -r3035:3073 svn+ssh://bugman@.../svn/relax/branches/error_import
These changes include the ideas which were discussed in the thread starting at
https://mail.gna.org/public/relax-devel/2007-02/msg00003.html (Message-id:
<45DACFEA.7020108@...>). The full details are given in the post located at
https://mail.gna.org/public/relax-devel/2007-03/msg00000.html (Message-id:
<7f080ed10703012125m7e6dff3du21e49d888cad2c02@...>).
Two major changes have occurred - the removal of the usage of the __builtin__ module for storage of
'global' variables; and a slight redesign of the RelaxError and RelaxWarning systems. If you would
like to use a RelaxError or RelaxWarning, the corresponding class must now be imported.
........
r3075 | bugman | 2007-03-04 19:24:21 +1100 (Sun, 04 Mar 2007) | 6 lines
Updated the data model redesign planning document.
All discussions on the relax-devel mailing list (https://mail.gna.org/public/relax-devel/) should
now be included.
........
r3077 | bugman | 2007-03-04 19:46:04 +1100 (Sun, 04 Mar 2007) | 5 lines
Bug fix.
Added the import statement for the AllRelaxErrors object.
........
r3080 | varioustoxins | 2007-03-05 20:52:07 +1100 (Mon, 05 Mar 2007) | 3 lines
improve command line docs and doc string for Run_unit_tests.__init__
........
r3081 | varioustoxins | 2007-03-06 00:45:48 +1100 (Tue, 06 Mar 2007) | 2 lines
minor bug hunting test_module_names badly defined and other bugs in paths_from_test_module
........