Commit | Date | |
---|---|---|
2007-03-13 03:46:31 | Tree | |
[r3166]
by
bugman
Created the pipe.switch() user function for switching between data pipes. Two unit tests were created for the new code - test_switch() and test_switch_fail(). |
2007-03-13 03:45:47 | Tree |
2007-03-13 03:45:17 | Tree | |
[r3164]
by
bugman
The pipe.create() user function now works! The prompt.pipe module now import the 'generic_fns.pipes' module and executes the create() function. |
2007-03-13 03:43:51 | Tree |
[r3163]
by
bugman
Removed the functions not used by relax from the 'generic_fns.pipes' module. The functions 'eliminate_unused_pipes()' and 'list_of_pipes()' have been deleted as they are not |
2007-03-13 03:41:54 | Tree |
[r3162]
by
bugman
Fixed the setting of the current data pipe so that the 'test_deletion()' unit test passes. The current data pipe was not being set to None by the 'generic_fns.pipes.delete()' if the deleted |
2007-03-13 03:41:19 | Tree |
[r3161]
by
bugman
Fixed the setting of the current data pipe so that the 'test_creation()' unit test passes. The current data pipe was not being set to the new data pipe created by the function |
2007-03-13 03:40:20 | Tree |
[r3160]
by
bugman
Fixed the 'test_deletion_fail()' unit test. The error throw was RelaxNoRunError and not RelaxError. |
2007-03-13 03:38:54 | Tree |
2007-03-13 03:38:11 | Tree | |
[r3158]
by
bugman
Added a tearDown() method to the 'test_suite/unit_tests/generic_fns/test_pipes.py' file. The relax data storage object is reset as the data added to it from different tests was clashing. |
2007-03-13 03:37:42 | Tree |