remove extractor/test.py (#4504)

This commit is contained in:
Mike Fährmann
2024-02-27 01:37:57 +01:00
parent fde9e25c9f
commit 8a11b72253
8 changed files with 11 additions and 121 deletions

View File

@@ -30,7 +30,8 @@ class MockPostprocessorModule(Mock):
class FakeJob():
def __init__(self, extr=extractor.find("test:")):
def __init__(self, extr=extractor.find("generic:https://example.org/")):
extr.directory_fmt = ("{category}",)
self.extractor = extr
self.pathfmt = path.PathFormat(extr)
self.out = output.NullOutput()