Sample PDFs: rename to include file format in name

Make it so all samples when converted don't map to the same file. This
makes it easier to manually inspect files.
This commit is contained in:
deeplow 2023-01-27 13:44:20 +00:00
parent 275df80484
commit b49d6de6bd
No known key found for this signature in database
GPG key ID: 577982871529A52A
16 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ sys.dangerzone_dev = True # type: ignore[attr-defined]
from dangerzone.document import SAFE_EXTENSION
SAMPLE_DIRECTORY = "test_docs"
BASIC_SAMPLE = "sample.pdf"
BASIC_SAMPLE = "sample-pdf.pdf"
test_docs_dir = Path(__file__).parent.joinpath(SAMPLE_DIRECTORY)
test_docs = [
p

View file

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View file

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB