Skip to content

Commit

Permalink
test(MeshHTTPRoute): initial plugin unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont committed Jan 3, 2023
1 parent 88c2981 commit db0a8f7
Show file tree
Hide file tree
Showing 8 changed files with 676 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package v1alpha1_test

import (
"testing"

"github.com/kumahq/kuma/pkg/test"
)

func TestPlugin(t *testing.T) {
test.RunSpecs(t, "MeshHTTPRoute")
}
Loading

0 comments on commit db0a8f7

Please sign in to comment.