コード例 #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
ファイル: test_unicode.py プロジェクト: brandonweeks/munki
 def test_display_info_with_str_msg_str_arg(self):
     munkicommon.display_info(MSG_STR, ARG_STR)
コード例 #5
0
ファイル: test_unicode.py プロジェクト: brandonweeks/munki
 def test_display_info_with_unicode_msg_str_arg(self):
     munkicommon.display_info(MSG_UNI, ARG_STR)
コード例 #6
0
ファイル: test_unicode.py プロジェクト: brandonweeks/munki
 def test_display_info_with_unicode_msg(self):
     munkicommon.display_info(MSG_UNI)