svn+ssh://bugman@.../svn/relax/1.3
........
r3697 | bugman | 2007-11-20 17:38:03 +0100 (Tue, 20 Nov 2007) | 3 lines
Bug fix to make the test suite work again.
........
r3698 | bugman | 2007-11-20 17:41:59 +0100 (Tue, 20 Nov 2007) | 3 lines
Added the framework for implementing unit tests for the generic_fns.state module.
........
r3699 | bugman | 2007-11-20 17:48:38 +0100 (Tue, 20 Nov 2007) | 3 lines
Added a unit test for the generic_fns.state.save() function.
........
r3700 | bugman | 2007-11-20 17:50:41 +0100 (Tue, 20 Nov 2007) | 6 lines
Change of the internal structure of the generic_fns.state module.
The State class has been eliminated and its methods load() and save() have been converted to module
functions.
........
r3701 | bugman | 2007-11-20 17:51:52 +0100 (Tue, 20 Nov 2007) | 3 lines
Removed the old State class from the namespace of 'self.relax.generic'.
........
r3702 | bugman | 2007-11-20 17:55:36 +0100 (Tue, 20 Nov 2007) | 3 lines
Renamed the relax io module to relax_io as it clashes with the Python io module.
........
r3703 | bugman | 2007-11-20 17:57:19 +0100 (Tue, 20 Nov 2007) | 5 lines
Modified the unit tests for generic_fns.state to import from relax_io.
The function open_write_file is now imported (although it doesn't currently exist).
........
r3704 | bugman | 2007-11-20 17:57:47 +0100 (Tue, 20 Nov 2007) | 3 lines
The open_read_file function is now imported as well.
........
r3705 | bugman | 2007-11-20 17:59:04 +0100 (Tue, 20 Nov 2007) | 3 lines
Added some comments for the import statements.
........
r3706 | bugman | 2007-11-20 18:03:16 +0100 (Tue, 20 Nov 2007) | 6 lines
Fix for the renaming of io.py to relax_io.py.
The module renaming has been taken into account as well as the eventual removal of the IO class and
the conversion from class methods to module functions.
........
r3707 | bugman | 2007-11-20 18:07:13 +0100 (Tue, 20 Nov 2007) | 3 lines
Added a simple docstring to the relax_io module.
........
r3708 | bugman | 2007-11-20 18:08:21 +0100 (Tue, 20 Nov 2007) | 3 lines
Converted the log class method to a function.
........
r3709 | bugman | 2007-11-20 18:09:41 +0100 (Tue, 20 Nov 2007) | 3 lines
Converted the open_read_file class method to a function.
........
r3710 | bugman | 2007-11-20 18:12:07 +0100 (Tue, 20 Nov 2007) | 3 lines
Converted the open_write_file class method into a module function.
........
r3711 | bugman | 2007-11-20 18:20:22 +0100 (Tue, 20 Nov 2007) | 3 lines
Renamed relax_io.mkdir to relax_io.mkdir_nofail and converted it from a class method to a function.
........
r3712 | bugman | 2007-11-20 18:22:06 +0100 (Tue, 20 Nov 2007) | 3 lines
Renamed the file_path class method to the get_file_path module function.
........
r3713 | bugman | 2007-11-20 18:24:30 +0100 (Tue, 20 Nov 2007) | 3 lines
Bug fix for both generic_fns.state unit tests.
........