mailr19142 - /trunk/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 March 24, 2013 - 19:24:
Author: bugman
Date: Sun Mar 24 19:24:43 2013
New Revision: 19142

URL: http://svn.gna.org/viewcvs/relax?rev=19142&view=rev
Log:
Removed the unit test of the parser argument of the structure.read_pdb user 
function.

The argument no longer exists.


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

Modified: trunk/test_suite/unit_tests/_prompt/test_structure.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_prompt/test_structure.py?rev=19142&r1=19141&r2=19142&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_prompt/test_structure.py (original)
+++ trunk/test_suite/unit_tests/_prompt/test_structure.py Sun Mar 24 19:24:43 
2013
@@ -255,16 +255,3 @@
 
             # The argument test.
             self.assertRaises(RelaxNoneIntListIntError, 
self.structure_fns.read_pdb, file='test.pdb', set_model_num=data[1])
-
-
-    def test_read_pdb_argfail_parser(self):
-        """The parser arg test of the structure.read_pdb() user function."""
-
-        # Loop over the data types.
-        for data in DATA_TYPES:
-            # Catch the str arguments, and skip them.
-            if data[0] == 'str':
-                continue
-
-            # The argument test.
-            self.assertRaises(RelaxStrError, self.structure_fns.read_pdb, 
parser=data[1])




Related Messages


Powered by MHonArc, Updated Sun Mar 24 19:40:02 2013