コード例 #1
0
ファイル: os_utilities_test.py プロジェクト: nodirt/luci-py
 def test_get_os_name(self):
   expected = ('Linux', 'Mac', 'Raspbian', 'Ubuntu', 'Windows')
   self.assertIn(os_utilities.get_os_name(), expected)
コード例 #2
0
 def test_get_os_name(self):
     expected = (u'Debian', u'Linux', u'Mac', u'Raspbian', u'Ubuntu',
                 u'Windows')
     self.assertIn(os_utilities.get_os_name(), expected)