2
0

Removed TextEncoder and BinaryEncoder

Restructured / fixed a lot of tests along the way.
This commit is contained in:
Jack Christensen
2022-01-22 12:07:35 -06:00
parent eb0a4c9626
commit 3a90c6c879
50 changed files with 295 additions and 758 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ import (
"testing"
"github.com/jackc/pgx/v5/pgtype"
"github.com/jackc/pgx/v5/pgtype/testutil"
)
func isExpectedEqPath(a interface{}) func(interface{}) bool {
@@ -26,7 +27,7 @@ func isExpectedEqPath(a interface{}) func(interface{}) bool {
}
func TestPathTranscode(t *testing.T) {
testPgxCodec(t, "path", []PgxTranscodeTestCase{
testutil.RunTranscodeTests(t, "path", []testutil.TranscodeTestCase{
{
pgtype.Path{
P: []pgtype.Vec2{{3.14, 1.678901234}, {7.1, 5.234}},