mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
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:
parent
275df80484
commit
b49d6de6bd
16 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Loading…
Reference in a new issue