def test_string_representation(self, exception, name, message): assert text_type(exception) == force_text(message)
def test_constructor_sets_name(self, exception, name, message): assert exception.name == force_text(name)