Exemplo n.º 1
0
 def test_orders(cls):
     ''' Method for testing orders '''
     with assert_raises(ValueError) as cme:
         mock.get_current_orders(base.CCY_DEFAULT)
     ex = cme.exception
     ok_(ex.message == "Not implemented yet")