Example #1
0
 def test_price(cls):
     ''' Method for testing last price '''
     body = '{"pair":"XXBTZJPY"}'
     ok_(kraken.get_current_price(None, None, body) > 0.00)