TST: no test coverage on subclass overwritten function _delLogPath

pull/483/head
Daniel Black 11 years ago
parent ebf4a02004
commit f3c4285118

@ -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

Loading…
Cancel
Save