Пример #1
0
 def testCurrSpotPrice(self):
     result=spc.get_current_spot_price(["Linux/UNIX"], ["t1.micro"], ["us-west-2"], [], "none", "json")
     assert isinstance(result[0]['price'],float)
     pass