mailr5426 - /1.3/test_suite/unit_tests/_prompt/test_structure.py


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

Header


Content

Posted by edward on April 08, 2008 - 14:29:
Author: bugman
Date: Tue Apr  8 14:29:25 2008
New Revision: 5426

URL: http://svn.gna.org/viewcvs/relax?rev=5426&view=rev
Log:
Deleted the load_seq arg unit test of the structure.read_pdb() user function.

The argument no longer exists.


Modified:
    1.3/test_suite/unit_tests/_prompt/test_structure.py

Modified: 1.3/test_suite/unit_tests/_prompt/test_structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_prompt/test_structure.py?rev=5426&r1=5425&r2=5426&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_prompt/test_structure.py (original)
+++ 1.3/test_suite/unit_tests/_prompt/test_structure.py Tue Apr  8 14:29:25 
2008
@@ -223,20 +223,6 @@
             self.assertRaises(RelaxStrError, self.structure_fns.read_pdb, 
parser=data[1])
 
 
-
-    def test_read_pdb_argfail_load_seq(self):
-        """The load_seq arg test of the structure.read_pdb() user 
function."""
-
-        # Loop over the data types.
-        for data in DATA_TYPES:
-            # Catch the bool arguments, and skip them.
-            if data[0] == 'bool':
-                continue
-
-            # The argument test.
-            self.assertRaises(RelaxBoolError, self.structure_fns.read_pdb, 
file='test.pdb', load_seq=data[1])
-
-
     def test_vectors_argfail_heteronuc(self):
         """The heteronuc arg test of the structure.vectors() user 
function."""
 




Related Messages


Powered by MHonArc, Updated Tue Apr 08 14:40:08 2008