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