mailr25816 - /branches/frame_order_cleanup/test_suite/system_tests/frame_order.py


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

Header


Content

Posted by edward on September 14, 2014 - 11:39:
Author: bugman
Date: Sun Sep 14 11:39:14 2014
New Revision: 25816

URL: http://svn.gna.org/viewcvs/relax?rev=25816&view=rev
Log:
Created the very simple Frame_order.test_num_int_points system test.

This simply creates a data pipe and calls the frame_order.num_int_pts user 
function to test its
operation.  This is to increase the test suite coverage of this user function.


Modified:
    branches/frame_order_cleanup/test_suite/system_tests/frame_order.py

Modified: branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/frame_order.py?rev=25816&r1=25815&r2=25816&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/frame_order.py Sun 
Sep 14 11:39:14 2014
@@ -1321,6 +1321,16 @@
             self.assertAlmostEqual(ds.chi2[i], chi2_ref[i])
 
 
+    def test_num_int_points(self):
+        """Check the basic operation of the frame_order.num_int_pts user 
function."""
+
+        # Create a data pipe.
+        self.interpreter.pipe.create('test', 'frame order')
+
+        # Set a number of points.
+        self.interpreter.frame_order.num_int_pts(200)
+
+
     def fixme_test_opendx_map(self):
         """Test the mapping of the Euler angle parameters for OpenDx 
viewing."""
 




Related Messages


Powered by MHonArc, Updated Sun Sep 14 12:00:02 2014