svn+ssh://bugman@.../svn/relax/trunk
........
r20150 | bugman | 2013-06-16 15:23:18 +0200 (Sun, 16 Jun 2013) | 3 lines
More cleanups of unused imports throughout relax.
........
r20151 | bugman | 2013-06-16 16:49:03 +0200 (Sun, 16 Jun 2013) | 3 lines
Fixes and expansion of the test_suite.unit_tests._lib package __all__ list.
........
r20152 | bugman | 2013-06-16 17:23:11 +0200 (Sun, 16 Jun 2013) | 6 lines
Fixes and improvements to Gary Thompson's unit_test_runner.py script.
The printouts have been improved and the script can now handle more than 3 levels of directories for
a package.
........
r20153 | bugman | 2013-06-16 17:30:23 +0200 (Sun, 16 Jun 2013) | 3 lines
The unit_test_runner.py script now defaults to verbose mode.
........
r20154 | bugman | 2013-06-16 18:19:06 +0200 (Sun, 16 Jun 2013) | 3 lines
More cleanups of the unit_test_runner.py script.
........
r20155 | bugman | 2013-06-16 18:20:32 +0200 (Sun, 16 Jun 2013) | 6 lines
Added a printout to the unit_test_runner.py if the TestCase class cannot be found.
This normally continued the test loading silently without warning that the TestCase class name is
missing or incorrect.
........
r20156 | bugman | 2013-06-16 18:23:56 +0200 (Sun, 16 Jun 2013) | 6 lines
Fixes for the TestCase class names for a number of lib package modules.
As the test class name was incorrect, previously the test suite was skipping these silently. This
was dangerous!
........
r20157 | bugman | 2013-06-16 18:25:39 +0200 (Sun, 16 Jun 2013) | 3 lines
Missing import in the unit test module for the lib.frame_order.matrix_ops module.
........
r20158 | bugman | 2013-06-16 18:49:14 +0200 (Sun, 16 Jun 2013) | 3 lines
Import fixes for the test_suite.unit_tests._lib._frame_order.test_matrix_ops module.
........
r20159 | bugman | 2013-06-16 19:00:41 +0200 (Sun, 16 Jun 2013) | 6 lines
Fixes for the unit tests of the lib.selection module.
The contains_*() methods now should be used. And the test_Selection_ful_spin_id() unit test has
been completely deleted as this way of checking the selection object is no longer valid.
........
r20160 | bugman | 2013-06-16 19:09:19 +0200 (Sun, 16 Jun 2013) | 6 lines
Shifted the spin_id_to_data_list() function from pipe_control.selection to lib.selection.
This is because the selection object requires this function, and the function has nothing to do with
the relax data store.
........
r20161 | bugman | 2013-06-16 19:51:37 +0200 (Sun, 16 Jun 2013) | 3 lines
Lots of import cleanups including removal of '*' imports, missing imports, and unused imports.
........
r20162 | bugman | 2013-06-16 20:10:11 +0200 (Sun, 16 Jun 2013) | 3 lines
Small change to the find_unused_imports.py printouts.
........
r20163 | bugman | 2013-06-16 21:18:45 +0200 (Sun, 16 Jun 2013) | 3 lines
Large removal of unused imports throughout relax found using the devel_scripts/find_unused_imports.py script.
........
r20164 | bugman | 2013-06-16 22:04:28 +0200 (Sun, 16 Jun 2013) | 6 lines
Clean up of all the imports in the relax code base.
This is mainly alphabetical reordering of the imports required due to the huge layout changes in the
trunk.
........