mailr21189 - /branches/relax_disp/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by edward on October 18, 2013 - 20:16:
Author: bugman
Date: Fri Oct 18 20:16:44 2013
New Revision: 21189

URL: http://svn.gna.org/viewcvs/relax?rev=21189&view=rev
Log:
Elimination of the relaxation dispersion system test tearDown() method.

The functionality is fully covered by the base system test method.


Modified:
    branches/relax_disp/test_suite/system_tests/relax_disp.py

Modified: branches/relax_disp/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/relax_disp.py?rev=21189&r1=21188&r2=21189&view=diff
==============================================================================
--- branches/relax_disp/test_suite/system_tests/relax_disp.py (original)
+++ branches/relax_disp/test_suite/system_tests/relax_disp.py Fri Oct 18 
20:16:44 2013
@@ -71,17 +71,6 @@
         # Create a temporary directory for dumping files.
         ds.tmpdir = mkdtemp()
         self.tmpdir = ds.tmpdir
-
-
-    def tearDown(self):
-        """Reset the relax data storage object."""
-
-        # Remove the temporary directory.
-        deletion(obj=ds, name='tmpdir', dir=True)
-        deletion(obj=self, name='tmpdir', dir=True)
-
-        # Reset the relax data storage object.
-        ds.__reset__()
 
 
     def setup_hansen_cpmg_data(self, model=None):




Related Messages


Powered by MHonArc, Updated Fri Oct 18 20:20:05 2013