mailr6087 - /branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/


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:27:
Author: bugman
Date: Sun May  4 14:27:31 2008
New Revision: 6087

URL: http://svn.gna.org/viewcvs/relax?rev=6087&view=rev
Log:
Import of the dummy modules into the correct location.


Modified:
    
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_molecule.py
    
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_residue.py
    
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_spin.py

Modified: 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_molecule.py?rev=6087&r1=6086&r2=6087&view=diff
==============================================================================
--- 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_molecule.py
 (original)
+++ 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_molecule.py
 Sun May  4 14:27:31 2008
@@ -24,7 +24,7 @@
 from unittest import TestCase
 
 # relax module imports.
-from generic_fns import molecule, residue
+import molecule
 from test_suite.unit_tests.molecule_testing_base import Molecule_base_class
 
 
@@ -32,6 +32,5 @@
 class Test_molecule(Molecule_base_class, TestCase):
     """Unit tests for the functions of the 'generic_fns.molecule' module."""
 
-    # Place the generic_fns.molecule and generic_fns.residue modules into 
the class namespace.
+    # Place the molecule dummy module into the class namespace.
     molecule_fns = molecule
-    residue_fns = residue

Modified: 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_residue.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_residue.py?rev=6087&r1=6086&r2=6087&view=diff
==============================================================================
--- 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_residue.py
 (original)
+++ 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_residue.py
 Sun May  4 14:27:31 2008
@@ -24,12 +24,12 @@
 from unittest import TestCase
 
 # relax module imports.
-from generic_fns import residue
+import residue
 from test_suite.unit_tests.residue_testing_base import Residue_base_class
 
 
 class Test_residue(Residue_base_class, TestCase):
     """Unit tests for the functions of the 'generic_fns.residue' module."""
 
-    # Place the generic_fns.residue module into the class namespace.
+    # Place the residue dummy module into the class namespace.
     residue_fns = residue

Modified: 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_spin.py?rev=6087&r1=6086&r2=6087&view=diff
==============================================================================
--- 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_spin.py
 (original)
+++ 
branches/mol_res_spin_module_rename/test_suite/unit_tests/_generic_fns/test_spin.py
 Sun May  4 14:27:31 2008
@@ -24,7 +24,7 @@
 from unittest import TestCase
 
 # relax module imports.
-from generic_fns import spin
+import spin
 from test_suite.unit_tests.spin_testing_base import Spin_base_class
 
 
@@ -32,6 +32,6 @@
 class Test_spin(Spin_base_class, TestCase):
     """Unit tests for the functions of the 'generic_fns.spin' module."""
 
-    # Place the generic_fns.spin module into the class namespace.
+    # Place the spin dummy module into the class namespace.
     spin_fns = spin
 




Related Messages


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