How to use the area4.util.html_horizontal function in area4

To help you get started, we’ve selected a few area4 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github area4lib / area4 / tests.py View on Github external
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>")
github area4lib / area4 / tests.py View on Github external
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>")