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