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