예제 #1
0
 def test_display_info_with_str_msg_str_arg(self):
     munkicommon.display_info(MSG_STR, ARG_STR)
예제 #2
0
 def test_display_info_with_unicode_msg_str_arg(self):
     munkicommon.display_info(MSG_UNI, ARG_STR)
예제 #3
0
 def test_display_info_with_unicode_msg(self):
     munkicommon.display_info(MSG_UNI)
예제 #4
0
 def test_display_info_with_str_msg_str_arg(self):
     munkicommon.display_info(MSG_STR, ARG_STR)
예제 #5
0
 def test_display_info_with_unicode_msg_str_arg(self):
     munkicommon.display_info(MSG_UNI, ARG_STR)
예제 #6
0
 def test_display_info_with_unicode_msg(self):
     munkicommon.display_info(MSG_UNI)