示例#1
0
 def test_display_error_with_unicode_msg_unicode_arg(self):
     display.display_error(MSG_UNI, ARG_UNI)
示例#2
0
 def test_display_error_with_str_msg(self):
     display.display_error(MSG_STR)
示例#3
0
 def test_display_error_with_str_msg(self):
     display.display_error(MSG_STR)
示例#4
0
 def test_display_error_with_unicode_msg_str_arg(self):
     display.display_error(MSG_UNI, ARG_STR)
示例#5
0
 def test_display_error_with_unicode_msg(self):
     display.display_error(MSG_UNI)