From 48d6f359eba1858daf47ce1e42b7d430e6b8558a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 13 Sep 2021 23:21:38 +0200 Subject: [PATCH] remove unused testfiles --- plugin/impl_test.go | 19 ------------------- plugin/plugin_test.go | 15 --------------- 2 files changed, 34 deletions(-) delete mode 100644 plugin/impl_test.go delete mode 100644 plugin/plugin_test.go diff --git a/plugin/impl_test.go b/plugin/impl_test.go deleted file mode 100644 index 2cb0977..0000000 --- a/plugin/impl_test.go +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (c) 2020, the Drone Plugins project authors. -// Copyright (c) 2021, Robert Kaussow - -// Use of this source code is governed by an Apache 2.0 license that can be -// found in the LICENSE file. - -package plugin - -import ( - "testing" -) - -func TestValidate(t *testing.T) { - t.Skip() -} - -func TestExecute(t *testing.T) { - t.Skip() -} diff --git a/plugin/plugin_test.go b/plugin/plugin_test.go deleted file mode 100644 index ef860aa..0000000 --- a/plugin/plugin_test.go +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (c) 2020, the Drone Plugins project authors. -// Copyright (c) 2021, Robert Kaussow - -// Use of this source code is governed by an Apache 2.0 license that can be -// found in the LICENSE file. - -package plugin - -import ( - "testing" -) - -func TestPlugin(t *testing.T) { - t.Skip() -}