mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 15:10:46 +00:00
Fixed linter issues and added test files
This commit is contained in:
committed by
Adrian Gallagher
parent
f302efeb68
commit
7042da1e03
27
main_test.go
Normal file
27
main_test.go
Normal file
@@ -0,0 +1,27 @@
|
||||
package main
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestSetupBotExchanges(t *testing.T) {
|
||||
// setupBotExchanges()
|
||||
}
|
||||
|
||||
func TestMain(t *testing.T) {
|
||||
// Nothing
|
||||
}
|
||||
|
||||
func TestAdjustGoMaxProcs(t *testing.T) {
|
||||
AdjustGoMaxProcs()
|
||||
}
|
||||
|
||||
func TestHandleInterrupt(t *testing.T) {
|
||||
HandleInterrupt()
|
||||
}
|
||||
|
||||
func TestShutdown(t *testing.T) {
|
||||
// Nothing
|
||||
}
|
||||
|
||||
func TestSeedExchangeAccountInfo(t *testing.T) {
|
||||
SeedExchangeAccountInfo(GetAllEnabledExchangeAccountInfo().Data)
|
||||
}
|
||||
Reference in New Issue
Block a user