TST: no test coverage on subclass overwritten function _delLogPath

pull/483/head
Daniel Black 2013-12-11 10:46:52 +11:00
parent ebf4a02004
commit f3c4285118
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ class FileFilter(Filter):
self._delLogPath(path)
return
def _delLogPath(self, path):
def _delLogPath(self, path): # pragma: no cover - overwritten function
# nothing to do by default
# to be overridden by backends
pass