mailr9489 - in /1.3/test_suite/system_tests: __init__.py pipe_create.py pipes.py


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

Header


Content

Posted by edward on September 10, 2009 - 14:33:
Author: bugman
Date: Thu Sep 10 14:33:33 2009
New Revision: 9489

URL: http://svn.gna.org/viewcvs/relax?rev=9489&view=rev
Log:
Renamed the data pipes system tests module.


Added:
    1.3/test_suite/system_tests/pipes.py
      - copied, changed from r9485, 1.3/test_suite/system_tests/pipe_create.py
Removed:
    1.3/test_suite/system_tests/pipe_create.py
Modified:
    1.3/test_suite/system_tests/__init__.py

Modified: 1.3/test_suite/system_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/__init__.py?rev=9489&r1=9488&r2=9489&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/__init__.py (original)
+++ 1.3/test_suite/system_tests/__init__.py Thu Sep 10 14:33:33 2009
@@ -47,7 +47,7 @@
 from noe_restraints import Noe_restraints
 from palmer import Palmer
 from peak_lists import Peak_lists
-from pipe_create import Pipe_create
+from pipes import Pipes
 from relax_fit import Relax_fit
 from results import Results
 from sequence import Sequence
@@ -72,7 +72,7 @@
            'noe_restraints',
            'palmer',
            'peak_lists'
-           'pipe_create',
+           'pipes',
            'relax_fit',
            'results',
            'sequence',
@@ -115,7 +115,7 @@
         
suite_array.append(TestLoader().loadTestsFromTestCase(Noe_restraints))
         suite_array.append(TestLoader().loadTestsFromTestCase(Palmer))
         suite_array.append(TestLoader().loadTestsFromTestCase(Peak_lists))
-        suite_array.append(TestLoader().loadTestsFromTestCase(Pipe_create))
+        suite_array.append(TestLoader().loadTestsFromTestCase(Pipes))
         suite_array.append(TestLoader().loadTestsFromTestCase(Relax_fit))
         suite_array.append(TestLoader().loadTestsFromTestCase(Results))
         suite_array.append(TestLoader().loadTestsFromTestCase(Sequence))

Removed: 1.3/test_suite/system_tests/pipe_create.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/pipe_create.py?rev=9488&view=auto
==============================================================================
--- 1.3/test_suite/system_tests/pipe_create.py (original)
+++ 1.3/test_suite/system_tests/pipe_create.py (removed)
@@ -1,44 +1,0 @@
-###############################################################################
-#                                                                            
 #
-# Copyright (C) 2006-2008 Edward d'Auvergne                                  
 #
-#                                                                            
 #
-# This file is part of the program relax.                                    
 #
-#                                                                            
 #
-# relax is free software; you can redistribute it and/or modify              
 #
-# it under the terms of the GNU General Public License as published by       
 #
-# the Free Software Foundation; either version 2 of the License, or          
 #
-# (at your option) any later version.                                        
 #
-#                                                                            
 #
-# relax is distributed in the hope that it will be useful,                   
 #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
-# GNU General Public License for more details.                               
 #
-#                                                                            
 #
-# You should have received a copy of the GNU General Public License          
 #
-# along with relax; if not, write to the Free Software                       
 #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 #
-#                                                                            
 #
-###############################################################################
-
-# Python module imports.
-from unittest import TestCase
-
-# relax module imports.
-from data import Relax_data_store; ds = Relax_data_store()
-
-
-class Pipe_create(TestCase):
-    """TestCase class for the functional tests of relax data pipes."""
-
-
-    def tearDown(self):
-        """Reset the relax data storage object."""
-
-        ds.__reset__()
-
-
-    def test_pipe_create(self):
-        """Create a data pipe."""
-
-        # Create the data pipe.
-        self.relax.interpreter._Pipe.create('test', 'mf')

Copied: 1.3/test_suite/system_tests/pipes.py (from r9485, 
1.3/test_suite/system_tests/pipe_create.py)
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/pipes.py?p2=1.3/test_suite/system_tests/pipes.py&p1=1.3/test_suite/system_tests/pipe_create.py&r1=9485&r2=9489&rev=9489&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/pipe_create.py (original)
+++ 1.3/test_suite/system_tests/pipes.py Thu Sep 10 14:33:33 2009
@@ -27,7 +27,7 @@
 from data import Relax_data_store; ds = Relax_data_store()
 
 
-class Pipe_create(TestCase):
+class Pipes(TestCase):
     """TestCase class for the functional tests of relax data pipes."""
 
 




Related Messages


Powered by MHonArc, Updated Thu Sep 10 17:00:03 2009