mailr18533 - in /trunk/test_suite/unit_tests/_generic_fns/_structure: test_pdb_read.py test_pdb_write.py


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

Header


Content

Posted by edward on February 20, 2013 - 15:52:
Author: bugman
Date: Wed Feb 20 15:52:00 2013
New Revision: 18533

URL: http://svn.gna.org/viewcvs/relax?rev=18533&view=rev
Log:
Docstring edits for the generic_fns.structure.pdb_* module unit tests.


Modified:
    trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_read.py
    trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_write.py

Modified: trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_read.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_read.py?rev=18533&r1=18532&r2=18533&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_read.py 
(original)
+++ trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_read.py Wed 
Feb 20 15:52:00 2013
@@ -28,7 +28,7 @@
     """Unit tests for the functions of the 'generic_fns.structure.pdb_read' 
module."""
 
     def test_atom(self):
-        """Test the pdb_read.atom() function."""
+        """Test the generic_fns.structure.pdb_read.atom() function."""
 
         # Parse a PDB record.
         record = pdb_read.atom('ATOM    158  CG  GLU    11       9.590  
-1.041 -11.596  1.00  0.00           C  ')
@@ -52,7 +52,7 @@
 
 
     def test_helix(self):
-        """Test the pdb_read.helix() function."""
+        """Test the generic_fns.structure.pdb_read.helix() function."""
 
         # Parse a PDB record (from the 1UBQ PDB file).
         record = pdb_read.helix('HELIX    1  H1 ILE A   23  GLU A   34  1    
                              12    ')
@@ -75,7 +75,7 @@
 
 
     def test_sheet(self):
-        """Test the pdb_read.sheet() function."""
+        """Test the generic_fns.structure.pdb_read.sheet() function."""
 
         # Parse a PDB record (from the 1UBQ PDB file).
         record = pdb_read.sheet('SHEET    1 BET 5 GLY A  10  VAL A  17  0    
                                    ')

Modified: 
trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_write.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_write.py?rev=18533&r1=18532&r2=18533&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_write.py 
(original)
+++ trunk/test_suite/unit_tests/_generic_fns/_structure/test_pdb_write.py Wed 
Feb 20 15:52:00 2013
@@ -29,7 +29,7 @@
     """Unit tests for the functions of the 'generic_fns.structure.pdb_write' 
module."""
 
     def test_atom(self):
-        """Test the pdb_write.atom() function."""
+        """Test the generic_fns.structure.pdb_write.atom() function."""
 
         # A dummy file to write to.
         file = DummyFileObject()
@@ -46,7 +46,7 @@
 
 
     def test_helix(self):
-        """Test the pdb_write.helix() function."""
+        """Test the generic_fns.structure.pdb_write.helix() function."""
 
         # A dummy file to write to.
         file = DummyFileObject()
@@ -63,7 +63,7 @@
 
 
     def test_sheet(self):
-        """Test the pdb_write.sheet() function."""
+        """Test the generic_fns.structure.pdb_write.sheet() function."""
 
         # A dummy file to write to.
         file = DummyFileObject()




Related Messages


Powered by MHonArc, Updated Wed Feb 20 16:20:03 2013