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