Esempio n. 1
0
 def test_get_os_name(self):
   expected = ('Linux', 'Mac', 'Raspbian', 'Ubuntu', 'Windows')
   self.assertIn(os_utilities.get_os_name(), expected)
Esempio n. 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)