Exemple #1
0
 def test_string_representation(self, exception, name, message):
     assert text_type(exception) == force_text(message)
Exemple #2
0
 def test_string_representation(self, exception, name, message):
     assert text_type(exception) == force_text(message)
Exemple #3
0
 def test_constructor_sets_name(self, exception, name, message):
     assert exception.name == force_text(name)
Exemple #4
0
 def test_constructor_sets_name(self, exception, name, message):
     assert exception.name == force_text(name)