Skip to content
Snippets Groups Projects
Commit 25dcd1e6 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Don't write test data during test (!).

Gbp-Dch: ignore
parent 60ea9cc6
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,4 @@ def differences_annotations(pdf3, pdf4):
@skip_unless_tools_exist("pdftotext")
@skip_unless_module_exists("pypdf")
def test_annotations(differences_annotations):
with open("tests/data/pdf_annotations_expected_diff", "w") as f:
f.write(differences_annotations[0].unified_diff)
assert_diff(differences_annotations[0], "pdf_annotations_expected_diff")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment