run test in parallel with (and only with) other parallel tests.

This commit is contained in:
Manuel Kreutz
2017-04-09 21:42:09 -04:00
parent 19f6ac9de7
commit 4159abbbe5

View File

@@ -272,6 +272,7 @@ func TestUnixTimestampStrToTime(t *testing.T) {
}
func TestGetURIPath(t *testing.T) {
t.Parallel()
// mapping of input vs expected result
testTable := map[string]string{
"https://api.gdax.com/accounts": "/accounts",