scoped ingress tests

This commit is contained in:
ideahitme 2017-03-02 11:34:01 +01:00
parent ef76c7dc73
commit 43e11ea66b

View File

@ -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) {
}