From 43e11ea66b27f5a0c4db7969e1aff0d8833bc4d2 Mon Sep 17 00:00:00 2001 From: ideahitme Date: Thu, 2 Mar 2017 11:34:01 +0100 Subject: [PATCH] scoped ingress tests --- source/ingress_test.go | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/ingress_test.go b/source/ingress_test.go index df025ebad..46979c3eb 100644 --- a/source/ingress_test.go +++ b/source/ingress_test.go @@ -18,6 +18,15 @@ package source import "testing" -func TestEndpoints(t *testing.T) { +func TestIngress(t *testing.T) { + t.Run("endpointsFromIngress", testEndpointsFromIngress) + t.Run("Endpoints", testIngressEndpoints) +} + +func testEndpointsFromIngress(t *testing.T) { + +} + +func testIngressEndpoints(t *testing.T) { }