mailr3631 - /1.3/test_suite/unit_tests/prompt/test_molecule.py


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

Header


Content

Posted by edward on November 20, 2007 - 10:57:
Author: bugman
Date: Tue Nov 20 10:57:49 2007
New Revision: 3631

URL: http://svn.gna.org/viewcvs/relax?rev=3631&view=rev
Log:
Implemented the pipe_to arg unit test for the molecule.copy() user function.


Modified:
    1.3/test_suite/unit_tests/prompt/test_molecule.py

Modified: 1.3/test_suite/unit_tests/prompt/test_molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/prompt/test_molecule.py?rev=3631&r1=3630&r2=3631&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/prompt/test_molecule.py (original)
+++ 1.3/test_suite/unit_tests/prompt/test_molecule.py Tue Nov 20 10:57:49 2007
@@ -79,16 +79,16 @@
 
 
     def test_copy_argfail_pipe_to(self):
-        """Test the proper failure of the spin.copy() user function for the 
pipe_to argument."""
-
-        # Loop over the data types.
-        for data in return_data_types():
-            # Catch the None and str arguments, and skip them.
-            if data[0] == 'None' or data[0] == 'str':
-                continue
-
-            # The argument test.
-            self.assertRaises(RelaxNoneStrError, self.spin_fns.copy, 
pipe_to=data[1], spin_from='#Old mol:1@111', spin_to='#Old mol:2')
+        """Test the proper failure of the molecule.copy() user function for 
the pipe_to argument."""
+
+        # Loop over the data types.
+        for data in return_data_types():
+            # Catch the None and str arguments, and skip them.
+            if data[0] == 'None' or data[0] == 'str':
+                continue
+
+            # The argument test.
+            self.assertRaises(RelaxNoneStrError, self.molecule_fns.copy, 
pipe_to=data[1], mol_from='#Old mol', mol_to='#New mol2')
 
 
     def test_copy_argfail_spin_to(self):




Related Messages


Powered by MHonArc, Updated Tue Nov 20 11:00:19 2007