Skip to content

Commit

Permalink
chore: make tests lighter
Browse files Browse the repository at this point in the history
Signed-off-by: Panos Vagenas <[email protected]>
  • Loading branch information
vagenas committed Nov 4, 2024
1 parent 244ca69 commit e9222b6
Show file tree
Hide file tree
Showing 30 changed files with 1,421 additions and 11,436 deletions.
1,883 changes: 0 additions & 1,883 deletions tests/data/groundtruth/docling_v1/redp5110.doctags.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/data/groundtruth/docling_v1/redp5110.json

This file was deleted.

2,732 changes: 0 additions & 2,732 deletions tests/data/groundtruth/docling_v1/redp5110.md

This file was deleted.

1 change: 0 additions & 1 deletion tests/data/groundtruth/docling_v1/redp5110.pages.json

This file was deleted.

299 changes: 299 additions & 0 deletions tests/data/groundtruth/docling_v1/redp5110_sampled.doctags.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/data/groundtruth/docling_v1/redp5110_sampled.json

Large diffs are not rendered by default.

421 changes: 421 additions & 0 deletions tests/data/groundtruth/docling_v1/redp5110_sampled.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

460 changes: 0 additions & 460 deletions tests/data/groundtruth/docling_v1/redp5695.doctags.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/data/groundtruth/docling_v1/redp5695.json

This file was deleted.

726 changes: 0 additions & 726 deletions tests/data/groundtruth/docling_v1/redp5695.md

This file was deleted.

1 change: 0 additions & 1 deletion tests/data/groundtruth/docling_v1/redp5695.pages.json

This file was deleted.

1,883 changes: 0 additions & 1,883 deletions tests/data/groundtruth/docling_v2/redp5110.doctags.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/data/groundtruth/docling_v2/redp5110.json

This file was deleted.

2,615 changes: 0 additions & 2,615 deletions tests/data/groundtruth/docling_v2/redp5110.md

This file was deleted.

1 change: 0 additions & 1 deletion tests/data/groundtruth/docling_v2/redp5110.pages.json

This file was deleted.

299 changes: 299 additions & 0 deletions tests/data/groundtruth/docling_v2/redp5110_sampled.doctags.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/data/groundtruth/docling_v2/redp5110_sampled.json

Large diffs are not rendered by default.

395 changes: 395 additions & 0 deletions tests/data/groundtruth/docling_v2/redp5110_sampled.md

Large diffs are not rendered by default.

Large diffs are not rendered by default.

460 changes: 0 additions & 460 deletions tests/data/groundtruth/docling_v2/redp5695.doctags.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/data/groundtruth/docling_v2/redp5695.json

This file was deleted.

666 changes: 0 additions & 666 deletions tests/data/groundtruth/docling_v2/redp5695.md

This file was deleted.

1 change: 0 additions & 1 deletion tests/data/groundtruth/docling_v2/redp5695.pages.json

This file was deleted.

Binary file removed tests/data/redp5110.pdf
Binary file not shown.
Binary file added tests/data/redp5110_sampled.pdf
Binary file not shown.
Binary file removed tests/data/redp5695.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/test_backend_docling_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _get_backend(pdf_doc):


def test_text_cell_counts():
pdf_doc = Path("./tests/data/redp5695.pdf")
pdf_doc = Path("./tests/data/redp5110_sampled.pdf")

doc_backend = _get_backend(pdf_doc)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_backend_docling_parse_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _get_backend(pdf_doc):


def test_text_cell_counts():
pdf_doc = Path("./tests/data/redp5695.pdf")
pdf_doc = Path("./tests/data/redp5110_sampled.pdf")

doc_backend = _get_backend(pdf_doc)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_backend_pdfium.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def _get_backend(pdf_doc):


def test_text_cell_counts():
pdf_doc = Path("./tests/data/redp5695.pdf")
pdf_doc = Path("./tests/data/redp5110_sampled.pdf")

doc_backend = _get_backend(pdf_doc)

Expand Down

0 comments on commit e9222b6

Please sign in to comment.