"""
Tests for neopig.html_utils module.
Tests HTML processing utilities.
"""
import pytest
from neopig.html_utils import trim_html_wrapper, extract_meta_from_html
class TestTrimHtmlWrapper:
"""Test trim_html_wrapper function."""
def test_removes_nav(self):
"""Test removing nav elements."""
html = 'Content'
result = trim_html_wrapper(html)
assert '