示例#1
0
 def testSetThermo(self):
     ac = AirConditionar(15)
     ac.set_thermo(28)
     self.assertEqual(28, ac.thermo)