TST: no test coverage on subclass overwritten function _delLogPath

This commit is contained in:
Daniel Black 2013-12-11 10:46:52 +11:00
parent ebf4a02004
commit f3c4285118

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