mailr27541 - in /trunk/test_suite/system_tests: __init__.py statistics.py


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

Header


Content

Posted by edward on February 05, 2015 - 12:28:
Author: bugman
Date: Thu Feb  5 12:28:01 2015
New Revision: 27541

URL: http://svn.gna.org/viewcvs/relax?rev=27541&view=rev
Log:
Reverted r27540, the Statistics system test class.

The command used was:
svn merge -r27540:r27539 .

Any statistics are specific to the different analysis types, therefore such 
tests would be better
in the respective specific analysis system test classes.

.....
    r27540 | bugman | 2015-02-05 12:03:31 +0100 (Thu, 05 Feb 2015) | 5 lines
    Changed paths:
       M /trunk/test_suite/system_tests/__init__.py
       A /trunk/test_suite/system_tests/statistics.py
    
    Created the infrastructure for a Statistics system test class.
    
    This will be used for checking statistics produced by relax.
.....


Removed:
    trunk/test_suite/system_tests/statistics.py
Modified:
    trunk/test_suite/system_tests/__init__.py

Modified: trunk/test_suite/system_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/__init__.py?rev=27541&r1=27540&r2=27541&view=diff
==============================================================================
--- trunk/test_suite/system_tests/__init__.py   (original)
+++ trunk/test_suite/system_tests/__init__.py   Thu Feb  5 12:28:01 2015
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2006-2015 Edward d'Auvergne                                  
 #
+# Copyright (C) 2006-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -65,7 +65,6 @@
 from test_suite.system_tests.sequence import Sequence
 from test_suite.system_tests.spectrum import Spectrum
 from test_suite.system_tests.state import State
-from test_suite.system_tests.statistics import Statistics
 from test_suite.system_tests.structure import Structure
 from test_suite.system_tests.unit_vectors import Unit_vectors
 from test_suite.system_tests.value import Value
@@ -105,7 +104,6 @@
            'sequence',
            'spectrum',
            'state',
-           'statistics',
            'structure',
            'unit_vectors',
            'value']
@@ -197,7 +195,6 @@
             suite_array.append(TestLoader().loadTestsFromTestCase(Sequence))
             suite_array.append(TestLoader().loadTestsFromTestCase(Spectrum))
             suite_array.append(TestLoader().loadTestsFromTestCase(State))
-            
suite_array.append(TestLoader().loadTestsFromTestCase(Statistics))
             suite_array.append(TestLoader().loadTestsFromTestCase(Structure))
             
suite_array.append(TestLoader().loadTestsFromTestCase(Unit_vectors))
             suite_array.append(TestLoader().loadTestsFromTestCase(Value))

Removed: trunk/test_suite/system_tests/statistics.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/statistics.py?rev=27540&view=auto
==============================================================================
--- trunk/test_suite/system_tests/statistics.py (original)
+++ trunk/test_suite/system_tests/statistics.py (removed)
@@ -1,29 +0,0 @@
-###############################################################################
-#                                                                            
 #
-# Copyright (C) 2015 Edward d'Auvergne                                       
 #
-#                                                                            
 #
-# This file is part of the program relax (http://www.nmr-relax.com).         
 #
-#                                                                            
 #
-# This program 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 3 of the License, or          
 #
-# (at your option) any later version.                                        
 #
-#                                                                            
 #
-# This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
-#                                                                            
 #
-###############################################################################
-
-# relax module imports.
-from test_suite.system_tests.base_classes import SystemTestCase
-
-
-class Statistics(SystemTestCase):
-    """Class for testing the statistics user functions."""
-
-




Related Messages


Powered by MHonArc, Updated Thu Feb 05 14:20:02 2015