Пример #1
0
 def test_display_info_with_str_msg_str_arg(self):
     display.display_info(MSG_STR, ARG_STR)
Пример #2
0
 def test_display_info_with_str_msg_unicode_arg(self):
     display.display_info(MSG_STR, ARG_UNI)
Пример #3
0
 def test_display_info_with_unicode_msg(self):
     display.display_info(MSG_UNI)
Пример #4
0
 def test_display_info_with_str_msg_str_arg(self):
     display.display_info(MSG_STR, ARG_STR)
Пример #5
0
 def test_display_info_with_str_msg_unicode_arg(self):
     display.display_info(MSG_STR, ARG_UNI)
Пример #6
0
 def test_display_info_with_unicode_msg(self):
     display.display_info(MSG_UNI)