Changeset 66

Show
Ignore:
Timestamp:
Fri Jun 23 21:50:24 2006
Author:
jpellerin
Message:

r3468@Jason-Pellerins-Computer: jhp | 2006-06-23 21:50:13 -0500
Make missing file in tests a debug log, not warning

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/0.9-stable/nose/selector.py

    r61 r66  
    32 32             return True  
    33 33          
    34           log.debug('tests to check: %s', self.tests)         
      34         log.debug('tests to check: %s', self.tests)  
    34 34         matches = [ func(*test_tuple) for test_tuple in  
    35 35                     map(split_test_name, self.tests) ]  
     
    62 62                     filename = absfile(filename, self.conf.where)  
    63 63                     if filename is None:  
    64                           log.warning("File %s not found",  orig)  
      64                         log.debug("File %s not found",  orig)  
    64 64                         return False  
    65 65                 log.debug("Check file match for callable %s in module %s",