mailr20151 - /trunk/test_suite/unit_tests/_lib/__init__.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 16, 2013 - 16:49:
Author: bugman
Date: Sun Jun 16 16:49:03 2013
New Revision: 20151

URL: http://svn.gna.org/viewcvs/relax?rev=20151&view=rev
Log:
Fixes and expansion of the test_suite.unit_tests._lib package __all__ list.


Modified:
    trunk/test_suite/unit_tests/_lib/__init__.py

Modified: trunk/test_suite/unit_tests/_lib/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_lib/__init__.py?rev=20151&r1=20150&r2=20151&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_lib/__init__.py (original)
+++ trunk/test_suite/unit_tests/_lib/__init__.py Sun Jun 16 16:49:03 2013
@@ -21,15 +21,23 @@
 
 
 __all__ = [
-    '_alignment'
-    '_auto_relaxation'
-    '_frame_order'
-    '_geometry'
-    '_linear_algebra'
-    '_spectral_densities'
-    '_text'
+    '_alignment',
+    '_auto_relaxation',
+    '_chemical_shift',
+    '_diffusion',
+    '_dispersion',
+    '_frame_order',
+    '_geometry',
+    '_linear_algebra',
+    '_order',
+    '_software',
+    '_spectral_densities',
+    '_structure',
+    '_text',
+    'test___init__',
     'test_float',
     'test_io',
+    'test_mathematics',
     'test_regex',
     'test_selection'
 ]




Related Messages


Powered by MHonArc, Updated Sun Jun 16 17:40:02 2013