mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-24 07:26:47 +00:00
33 lines
595 B
Go
33 lines
595 B
Go
package coinut
|
|
|
|
//
|
|
// const (
|
|
// apiKey = ""
|
|
// apiSecret = ""
|
|
// )
|
|
//
|
|
// var c COINUT
|
|
//
|
|
// func TestSetDefaults(t *testing.T) {
|
|
// c.SetDefaults()
|
|
// }
|
|
//
|
|
// func TestSetup(t *testing.T) {
|
|
// exch := config.ExchangeConfig{}
|
|
// c.Setup(exch)
|
|
//
|
|
// exch.Enabled = true
|
|
// exch.APIKey = apiKey
|
|
// exch.APISecret = apiSecret
|
|
// c.Setup(exch)
|
|
// }
|
|
//
|
|
// // func TestGetInstruments(t *testing.T) {
|
|
// // c.Verbose = true
|
|
// // resp, err := c.GetInstruments()
|
|
// // if err == nil {
|
|
// // t.Error("Test failed - GetInstruments() error", err)
|
|
// // }
|
|
// // log.Println(resp)
|
|
// // }
|