mailr18666 - /trunk/test_suite/unit_tests/_maths_fns/test___init__.py


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

Header


Content

Posted by edward on March 07, 2013 - 16:25:
Author: bugman
Date: Thu Mar  7 16:25:46 2013
New Revision: 18666

URL: http://svn.gna.org/viewcvs/relax?rev=18666&view=rev
Log:
Blacklisted a number of files in the maths_fns package for the package 
__all__ list unit test.


Modified:
    trunk/test_suite/unit_tests/_maths_fns/test___init__.py

Modified: trunk/test_suite/unit_tests/_maths_fns/test___init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_maths_fns/test___init__.py?rev=18666&r1=18665&r2=18666&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_maths_fns/test___init__.py (original)
+++ trunk/test_suite/unit_tests/_maths_fns/test___init__.py Thu Mar  7 
16:25:46 2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2009 Edward d'Auvergne                                       
 #
+# Copyright (C) 2009-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -37,3 +37,12 @@
         self.package = maths_fns
         self.package_name = 'maths_fns'
         self.package_path = sys.path[0] + sep + 'maths_fns'
+        self.blacklist = [
+            'c_chi2.c',
+            'c_chi2.h',
+            'exponential.c',
+            'exponential.h',
+            'relax_fit.c',
+            'relax_fit.h',
+            'relax_fit.so'    # May not be present on all systems.
+        ]




Related Messages


Powered by MHonArc, Updated Thu Mar 07 16:40:02 2013