mailr7547 - /1.3/scons/manuals.py


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

Header


Content

Posted by edward on October 07, 2008 - 01:03:
Author: bugman
Date: Tue Oct  7 01:03:06 2008
New Revision: 7547

URL: http://svn.gna.org/viewcvs/relax?rev=7547&view=rev
Log:
Removed the system tests from the API documentation.


Modified:
    1.3/scons/manuals.py

Modified: 1.3/scons/manuals.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/scons/manuals.py?rev=7547&r1=7546&r2=7547&view=diff
==============================================================================
--- 1.3/scons/manuals.py (original)
+++ 1.3/scons/manuals.py Tue Oct  7 01:03:06 2008
@@ -105,14 +105,13 @@
                'maths_fns/*.py',
                'prompt/*.py',
                'specific_fns/*.py',
-               'test_suite/*.py',
-               'test_suite/system_tests/__init__.py',
+               'test_suite/[a-z]*.py',
                'test_suite/unit_tests/unit_test_runner.py',
                'scons/*.py']
 
     # exclude
     #   The list of objects to exclude.
-    exclude = ['system_tests*']
+    exclude = []
 
     # output
     #   The type of output that should be generated.  Should be one




Related Messages


Powered by MHonArc, Updated Tue Oct 07 01:20:02 2008