From f04ec42fdf64eddc218922f08008300132d2c15e Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 25 Feb 2016 12:41:34 -0500 Subject: [PATCH] Controller tests are in fact API tests --- tests/{controllers => api}/get_license_test.go | 2 +- tests/{controllers => api}/get_music_folders_test.go | 2 +- tests/{controllers => api}/ping_test.go | 2 +- tests/{controllers => api}/validation_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename tests/{controllers => api}/get_license_test.go (96%) rename tests/{controllers => api}/get_music_folders_test.go (96%) rename tests/{controllers => api}/ping_test.go (96%) rename tests/{controllers => api}/validation_test.go (98%) diff --git a/tests/controllers/get_license_test.go b/tests/api/get_license_test.go similarity index 96% rename from tests/controllers/get_license_test.go rename to tests/api/get_license_test.go index a73b99bc6..61f0aadd1 100644 --- a/tests/controllers/get_license_test.go +++ b/tests/api/get_license_test.go @@ -1,4 +1,4 @@ -package controller_test +package api_test import ( "testing" diff --git a/tests/controllers/get_music_folders_test.go b/tests/api/get_music_folders_test.go similarity index 96% rename from tests/controllers/get_music_folders_test.go rename to tests/api/get_music_folders_test.go index ceb47e3af..48c92aaa5 100644 --- a/tests/controllers/get_music_folders_test.go +++ b/tests/api/get_music_folders_test.go @@ -1,4 +1,4 @@ -package controller_test +package api_test import ( "testing" diff --git a/tests/controllers/ping_test.go b/tests/api/ping_test.go similarity index 96% rename from tests/controllers/ping_test.go rename to tests/api/ping_test.go index c0dee0c8c..e76b5bd9f 100644 --- a/tests/controllers/ping_test.go +++ b/tests/api/ping_test.go @@ -1,4 +1,4 @@ -package controller_test +package api_test import ( "testing" diff --git a/tests/controllers/validation_test.go b/tests/api/validation_test.go similarity index 98% rename from tests/controllers/validation_test.go rename to tests/api/validation_test.go index d6b2667ac..f501b037a 100644 --- a/tests/controllers/validation_test.go +++ b/tests/api/validation_test.go @@ -1,4 +1,4 @@ -package controller_test +package api_test import ( "testing"