Added 62 unit tests (441 lines) covering high-priority functions: - test_parse_headers.py: 9 tests for header parsing logic - test_render.py: 15 tests for template engine - test_strip_html_tags.py: 18 tests for HTML tag removal - test_strip_tags_and_truncate.py: 19 tests for summary generation All tests pass and cover edge cases, error conditions, and real-world scenarios. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_parse_headers.py | ||
| test_render.py | ||
| test_slugify.py | ||
| test_strip_html_tags.py | ||
| test_strip_tags_and_truncate.py | ||