Remove old invalid test

This commit is contained in:
Nicholas Thompson
2019-03-21 00:14:32 +02:00
committed by ncthompson
parent 0b324458f0
commit e74b0518e9

View File

@@ -39,11 +39,6 @@ import (
"github.com/diebietse/invertergui/mk2driver" "github.com/diebietse/invertergui/mk2driver"
) )
func TestWebGui(t *testing.T) {
t.Skip("Not yet implimented")
//TODO figure out how to test template output.
}
type templateTest struct { type templateTest struct {
input *mk2driver.Mk2Info input *mk2driver.Mk2Info
output *templateInput output *templateInput