예제 #1
0
 def test_supported_os_name(self):
     os_names = ['Windows7', 'Ubuntu', 'LinuxGeneric', 'Darwin']
     self.assertIn(mbed_os_support(), os_names)
예제 #2
0
 def test_supported_os_name(self):
     os_names = ['Windows7', 'Ubuntu', 'Darwin']
     self.assertIn(mbed_os_support(), os_names)
예제 #3
0
 def test_porting_mbed_os_support(self):
     self.assertNotEqual(None, mbed_os_support())
예제 #4
0
 def test_porting_mbed_os_support(self):
     self.assertNotEqual(None, mbed_os_support())