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