2
0

Allow running tests in parallel

This commit is contained in:
Jack Christensen
2014-06-20 15:27:49 -05:00
parent 73b5c73c1c
commit 839ddcf75f
5 changed files with 86 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@ import (
)
func TestDataRowReaderReadValue(t *testing.T) {
t.Parallel()
conn := mustConnect(t, *defaultConnConfig)
defer closeConn(t, conn)