How to use the area4.make_div 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_make_div(self):
        """Test make_div."""
        self.assertEqual(
            area4.make_div("=-", length=9, start="<", end="=>"), "<=-=-=-=>"
        )