diff --git a/dot/build_spec_test.go b/dot/build_spec_integration_test.go similarity index 100% rename from dot/build_spec_test.go rename to dot/build_spec_integration_test.go diff --git a/dot/config_test.go b/dot/config_integration_test.go similarity index 100% rename from dot/config_test.go rename to dot/config_integration_test.go diff --git a/dot/import_test.go b/dot/import_integration_test.go similarity index 100% rename from dot/import_test.go rename to dot/import_integration_test.go diff --git a/dot/node_test.go b/dot/node_integration_test.go similarity index 100% rename from dot/node_test.go rename to dot/node_integration_test.go diff --git a/dot/services_test.go b/dot/services_integration_test.go similarity index 100% rename from dot/services_test.go rename to dot/services_integration_test.go diff --git a/dot/utils_test.go b/dot/utils_integration_test.go similarity index 100% rename from dot/utils_test.go rename to dot/utils_integration_test.go