Exemplo n.º 1
0
 def test_display_warning_with_str_msg_str_arg(self):
     munkicommon.display_warning(MSG_STR, ARG_STR)
Exemplo n.º 2
0
 def test_display_warning_with_str_msg_str_arg(self):
     munkicommon.display_warning(MSG_STR, ARG_STR)
Exemplo n.º 3
0
 def test_display_warning_with_unicode_msg_unicode_arg(self):
     munkicommon.display_warning(MSG_UNI, ARG_UNI)
Exemplo n.º 4
0
 def test_display_warning_with_unicode_msg_unicode_arg(self):
     munkicommon.display_warning(MSG_UNI, ARG_UNI)