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

@@ -33,7 +33,7 @@ class MockDownloaderModule(Mock):
class FakeJob():
def __init__(self):
self.extractor = extractor.find("test:")
self.extractor = extractor.find("generic:https://example.org/")
self.extractor.initialize()
self.pathfmt = path.PathFormat(self.extractor)
self.out = output.NullOutput()