コード例 #1
0
ファイル: testmock.py プロジェクト: laisee/hokonui
 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")