This commit is contained in:
@@ -78,8 +78,8 @@ class TestHTMLFileLoader(unittest.TestCase):
|
||||
self.assertGreater(len(blocks), 0, "Should extract blocks with custom font")
|
||||
|
||||
print(
|
||||
f"Successfully parsed HTML file with custom font, got {
|
||||
len(blocks)} blocks")
|
||||
f"Successfully parsed HTML file with custom font, got {len(blocks)} blocks"
|
||||
)
|
||||
|
||||
def test_load_html_file_content_types(self):
|
||||
"""Test that the loaded HTML file contains expected content types."""
|
||||
|
||||
Reference in New Issue
Block a user