From 5e6094296076fef697ea95104d6de16b2a00a9b4 Mon Sep 17 00:00:00 2001 From: Christine Straub Date: Thu, 5 Dec 2024 09:40:50 -0800 Subject: [PATCH] test:fix lint errors --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index c8bdc25c0..c4ea8fb4f 100644 --- a/Makefile +++ b/Makefile @@ -198,6 +198,10 @@ test-extra-pypandoc: test-extra-xlsx: PYTHONPATH=. CI=$(CI) ${PYTHON} -m pytest test_unstructured/partition/test_xlsx.py +.PHONY: test-text-extraction-evaluate +test-text-extraction-evaluate: + PYTHONPATH=. CI=$(CI) ${PYTHON} -m pytest test_unstructured/metrics/test_text_extraction.py + ## check: runs linters (includes tests) .PHONY: check check: check-ruff check-black check-flake8 check-version