Skip to content

Commit 5e60942

Browse files
test:fix lint errors
1 parent bb26603 commit 5e60942

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ test-extra-pypandoc:
198198
test-extra-xlsx:
199199
PYTHONPATH=. CI=$(CI) ${PYTHON} -m pytest test_unstructured/partition/test_xlsx.py
200200

201+
.PHONY: test-text-extraction-evaluate
202+
test-text-extraction-evaluate:
203+
PYTHONPATH=. CI=$(CI) ${PYTHON} -m pytest test_unstructured/metrics/test_text_extraction.py
204+
201205
## check: runs linters (includes tests)
202206
.PHONY: check
203207
check: check-ruff check-black check-flake8 check-version

0 commit comments

Comments
 (0)