fix control+c during -j and range tests

This commit is contained in:
Mike Fährmann
2018-11-25 18:54:05 +01:00
parent a0ae156edc
commit fb53b5dd55
3 changed files with 2 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ class TestExtractorResults(unittest.TestCase):
config.set(key.split("."), value)
if "range" in result:
config.set(("image-range",), result["range"])
config.set(("chapter-range",), result["range"])
content = "content" in result
else:
content = False