mailr15474 - /1.3/test_suite/unit_tests/_multi/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 13, 2012 - 16:57:
Author: bugman
Date: Tue Mar 13 16:57:14 2012
New Revision: 15474

URL: http://svn.gna.org/viewcvs/relax?rev=15474&view=rev
Log:
The multi-processor package 'test_implementation.py' script is now 
blacklisted from the __all__ check.


Modified:
    1.3/test_suite/unit_tests/_multi/test___init__.py

Modified: 1.3/test_suite/unit_tests/_multi/test___init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_multi/test___init__.py?rev=15474&r1=15473&r2=15474&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_multi/test___init__.py (original)
+++ 1.3/test_suite/unit_tests/_multi/test___init__.py Tue Mar 13 16:57:14 2012
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2009 Edward d'Auvergne                                       
 #
+# Copyright (C) 2009-2012 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -38,3 +38,6 @@
         self.package = multi
         self.package_name = 'multi'
         self.package_path = sys.path[0] + sep + 'multi'
+
+        # Blacklisted scripts.
+        self.blacklist = ['test_implementation.py']




Related Messages


Powered by MHonArc, Updated Tue Mar 13 17:20:02 2012