Improved codecov, expanded functionality for BTCMarkets

This commit is contained in:
Ryan O'Hara-Reid
2017-08-24 11:54:57 +10:00
parent c2f12b777c
commit 39fa7f75f9
11 changed files with 618 additions and 303 deletions

View File

@@ -1,25 +0,0 @@
package anx
import (
"testing"
)
func TestStart(t *testing.T) {
}
func TestRun(t *testing.T) {
}
func TestGetTickerPrice(t *testing.T) {
}
func TestGetOrderbookEx(t *testing.T) {
}
func TestGetExchangeAccountInfo(t *testing.T) {
}