Skip to content

Commit ddbe90f

Browse files
authored
rfctr(html): clean html tests in prep for PRs to follow (#3156)
**Summary** Clean `tests_unstructured/partition/test_html.py` in preparation for broader refactor of HTML partitioner to follow. That refactor will address a cluster of bugs. Temporarily remove blank lines in tests so reordering tests in following commit is easier to follow. Those will go back in after that.
1 parent e4158de commit ddbe90f

File tree

7 files changed

+804
-827
lines changed

7 files changed

+804
-827
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.14.5-dev2
1+
## 0.14.5-dev3
22

33
### Enhancements
44

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,13 +312,12 @@ test-unstructured-api-unit:
312312
scripts/test-unstructured-api-unit.sh
313313

314314
.PHONY: test-no-extras
315-
# TODO(newelh) Add json test when fixed
316315
test-no-extras:
317316
PYTHONPATH=. CI=$(CI) \
318317
UNSTRUCTURED_INCLUDE_DEBUG_METADATA=$(UNSTRUCTURED_INCLUDE_DEBUG_METADATA) pytest \
319318
test_${PACKAGE_NAME}/partition/test_text.py \
320319
test_${PACKAGE_NAME}/partition/test_email.py \
321-
test_${PACKAGE_NAME}/partition/test_html_partition.py \
320+
test_${PACKAGE_NAME}/partition/test_html.py \
322321
test_${PACKAGE_NAME}/partition/test_xml_partition.py
323322

324323
.PHONY: test-extra-csv

0 commit comments

Comments
 (0)