Ignore:
Timestamp:
Jun 21, 2010, 11:26:20 AM (14 years ago)
Author:
hudson
Message:

Refactoring to clean up pylint errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/test_all.py

    r7779 r7865  
    2323
    2424# Directories that should not be searched for test files.
    25 exclude_dirs = ['pypar_dist',  'shallow_water_balanced',   # Special requirements
     25exclude_dirs = ['pypar_dist',  'shallow_water_balanced',  # Special requirements
    2626                '.svn',          # subversion
    2727                'props', 'wcprops', 'prop-base', 'text-base', 'tmp']
     
    6868
    6969
    70 ##
    71 # @brief Get 'test_*.py' files and paths to directories.
    72 # @param path Path to directory to start walk in.
    73 # @return A tuple (<files>, <dirs>).
    74 # @note Don't include any files in and below forbidden directories.
    7570def get_test_files(path):
     71    """ Get 'test_*.py' files and paths to directories.
     72    param path Path to directory to start walk in.
     73    @return A tuple (<files>, <dirs>).
     74    Don't include any files in and below forbidden directories.
     75
     76    """
    7677    walk = os.walk(path)
    7778
Note: See TracChangeset for help on using the changeset viewer.