initialize cache-module before running tests
This commit is contained in:
@@ -30,6 +30,7 @@ def main():
|
||||
for url in args.urls:
|
||||
job = jobs.HashJob(url, content=args.content)
|
||||
job.run()
|
||||
print(job.extractor.__class__.__name__)
|
||||
print(TESTDATA_FMT.format(url, job.hash_url.hexdigest(),
|
||||
job.hash_keyword.hexdigest(), job.hash_content.hexdigest()))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user