diff --git a/tests/blob_test.go b/tests/type_blob_test.go similarity index 100% rename from tests/blob_test.go rename to tests/type_blob_test.go diff --git a/tests/decimal_test.go b/tests/type_decimal_test.go similarity index 100% rename from tests/decimal_test.go rename to tests/type_decimal_test.go diff --git a/tests/float_test.go b/tests/type_float_test.go similarity index 100% rename from tests/float_test.go rename to tests/type_float_test.go diff --git a/tests/integer_test.go b/tests/type_integer_test.go similarity index 100% rename from tests/integer_test.go rename to tests/type_integer_test.go diff --git a/tests/null_test.go b/tests/type_null_test.go similarity index 100% rename from tests/null_test.go rename to tests/type_null_test.go diff --git a/tests/special_test.go b/tests/type_special_test.go similarity index 100% rename from tests/special_test.go rename to tests/type_special_test.go diff --git a/tests/strings_test.go b/tests/type_strings_test.go similarity index 100% rename from tests/strings_test.go rename to tests/type_strings_test.go diff --git a/tests/time_test.go b/tests/type_time_test.go similarity index 100% rename from tests/time_test.go rename to tests/type_time_test.go