mailr6389 - /1.3/test_suite/unit_tests/_data/test_diff_tensor.py


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

Header


Content

Posted by edward on June 22, 2008 - 14:37:
Author: bugman
Date: Sun Jun 22 14:37:47 2008
New Revision: 6389

URL: http://svn.gna.org/viewcvs/relax?rev=6389&view=rev
Log:
Added a unit test to test if the contents of the diffusion tensor object can 
be displayed.


Modified:
    1.3/test_suite/unit_tests/_data/test_diff_tensor.py

Modified: 1.3/test_suite/unit_tests/_data/test_diff_tensor.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_data/test_diff_tensor.py?rev=6389&r1=6388&r2=6389&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_data/test_diff_tensor.py (original)
+++ 1.3/test_suite/unit_tests/_data/test_diff_tensor.py Sun Jun 22 14:37:47 
2008
@@ -120,6 +120,12 @@
         self.assertEqual(self.diff_data.tensor_sim[0].tostring(), 
tensor.tostring())
 
 
+    def test_display(self):
+        """Test that the contents of the diffusion tensor object can be 
displayed."""
+
+        print self.diff_data
+
+
     def test_set_Diso(self):
         """Test that the Diso parameter cannot be set."""
 




Related Messages


Powered by MHonArc, Updated Sun Jun 22 14:40:18 2008