mailr6086 - /branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py


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

Header


Content

Posted by edward on May 04, 2008 - 14:25:
Author: bugman
Date: Sun May  4 14:25:40 2008
New Revision: 6086

URL: http://svn.gna.org/viewcvs/relax?rev=6086&view=rev
Log:
Removed the dummy modules.


Modified:
    
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py

Modified: 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py?rev=6086&r1=6085&r2=6086&view=diff
==============================================================================
--- 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py
 (original)
+++ 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_mol_res_spin.py
 Sun May  4 14:25:40 2008
@@ -28,19 +28,9 @@
 from generic_fns import mol_res_spin
 from relax_errors import RelaxError, RelaxNoPipeError
 
-# Import some dummy modules.
-import molecule
-import residue
-import spin
-
 
 class Test_mol_res_spin(TestCase):
     """Unit tests for the functions of the 'generic_fns.mol_res_spin' 
module."""
-
-    # Place the molecule, residue, and spin modules into the class namespace.
-    molecule_fns = molecule
-    residue_fns = residue
-    spin_fns = spin
 
     def setUp(self):
         """Set up some molecules, residues, and spins for testing."""




Related Messages


Powered by MHonArc, Updated Sun May 04 14:40:16 2008