chore: make tests lighter (#228)

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
Panos Vagenas
2024-11-04 14:02:28 +01:00
committed by GitHub
parent 244ca69cfd
commit 8fb445f46c
32 changed files with 1423 additions and 11439 deletions

View File

@@ -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)