# Functions
AreAPICredentialsSet returns if the API credentials are set.
ForceFileStandard will check all files in the current directory for a regular expression pattern.
GetWebsocketInterfaceChannelOverride returns a new interface based channel with the capacity set to WebsocketChannelOverrideCapacity.
GetWebsocketStructChannelOverride returns a new struct based channel with the capacity set to WebsocketChannelOverrideCapacity.
NewTestWebsocket returns a test websocket object.
SetupCurrencyPairsForExchangeAsset enables an asset for an exchange and adds the currency pair(s) to the available and enabled list of existing pairs if it is already enabled or part of the pairs, no error is raised.
SkipTestIfCannotManipulateOrders will only skip if the credentials are set correctly and can manipulate orders is set to false.
SkipTestIfCredentialsUnset is a test helper function checking if the authenticated function can perform the required test.
# Constants
This package is only to be referenced in test files.
This package is only to be referenced in test files.
WebsocketChannelOverrideCapacity used in websocket testing Defines channel capacity as defaults size can block tests.
WebsocketResponseDefaultTimeout used in websocket testing Defines wait time for receiving websocket response before cancelling.
WebsocketResponseExtendedTimeout used in websocket testing Defines wait time for receiving websocket response before cancelling.
# Variables
EmptyStringPotentialPattern is a regular expression pattern for a potential empty string into float64.