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_truncate_to_visible_length(s, maxlength, expected):
assert pdbpp.Pdb._truncate_to_visible_length(s, maxlength) == expected