def test_past_price(cls): ''' Method for tesing past price ''' ok_(coin.get_past_price('2015-07-05') > 0.00)
def test_price(cls): ''' Method for tesing current price ''' ok_(coin.get_current_price() > 0.00)