Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_html_horizontal(self):
"""Test html_horizontal divider."""
self.assertEqual(area4.util.html_horizontal(), "<hr>")
self.assertEqual(area4.util.html_horizontal(closing_tag=False), "<hr>")
def test_html_horizontal(self):
"""Test html_horizontal divider."""
self.assertEqual(area4.util.html_horizontal(), "<hr>")
self.assertEqual(area4.util.html_horizontal(closing_tag=False), "<hr>")