mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-07 22:11:50 +02:00
FIXUP: remove dead code
This commit is contained in:
parent
995772f324
commit
c28b58fe69
1 changed files with 0 additions and 3 deletions
|
@ -208,9 +208,6 @@ class TestCliConversion(TestCliBasic):
|
||||||
|
|
||||||
result = self.run_cli([str(doc), "--output-filename", str(destination)])
|
result = self.run_cli([str(doc), "--output-filename", str(destination)])
|
||||||
result.assert_success()
|
result.assert_success()
|
||||||
# When needed, regenerate the reference PDFs by uncommenting the following line:
|
|
||||||
# reference.parent.mkdir(parents=True, exist_ok=True)
|
|
||||||
# shutil.copy(destination, reference)
|
|
||||||
|
|
||||||
converted = fitz.open(destination)
|
converted = fitz.open(destination)
|
||||||
ref = fitz.open(reference)
|
ref = fitz.open(reference)
|
||||||
|
|
Loading…
Reference in a new issue