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