svn+ssh://bugman@.../svn/relax/1.3
........
r3721 | bugman | 2007-11-20 19:23:32 +0100 (Tue, 20 Nov 2007) | 3 lines
Added a framework for the unit tests of the relax_io module.
........
r3722 | bugman | 2007-11-20 19:28:44 +0100 (Tue, 20 Nov 2007) | 3 lines
Added a unit test to check that some file paths are unmodified by relax_io.get_file_path().
........
r3723 | bugman | 2007-11-20 19:32:19 +0100 (Tue, 20 Nov 2007) | 3 lines
Unit test for the modification of file paths by relax_io.get_file_path when a directory is supplied.
........
r3724 | bugman | 2007-11-20 19:32:55 +0100 (Tue, 20 Nov 2007) | 3 lines
Improved the docstring of the unit test for relax_io.get_file_path().
........
r3725 | bugman | 2007-11-20 19:35:34 +0100 (Tue, 20 Nov 2007) | 3 lines
Added a unit test for relax_io.get_file_path when '~' is present in the path.
........
r3726 | bugman | 2007-11-20 19:39:07 +0100 (Tue, 20 Nov 2007) | 3 lines
Renamed the load() and save() functions of generic_fns.state to load_state() and save_state().
........
r3727 | bugman | 2007-11-20 19:41:01 +0100 (Tue, 20 Nov 2007) | 5 lines
Fixed the tearDown() method of the generic_fns.state unit tests.
The method no longer fails if the file 'test.bz2' does not exist.
........
r3728 | bugman | 2007-11-20 19:42:44 +0100 (Tue, 20 Nov 2007) | 3 lines
Fixed the unit tests of generic_fns.state to use the newly renamed methods of that module.
........