chore(cli): improve unittests

This commit is contained in:
bergquist
2016-02-15 18:32:36 +01:00
parent 746257710b
commit ea9ac0d2d2
4 changed files with 82 additions and 46 deletions

View File

@@ -1,12 +1,12 @@
package services
import (
m "github.com/grafana/grafana/pkg/cmd/grafana-cli/models"
//m "github.com/grafana/grafana/pkg/cmd/grafana-cli/models"
"io/ioutil"
"os"
)
var IoUtil m.IoUtil = IoUtilImp{}
//var IoUtils m.IoUtil = IoUtilImp{}
type IoUtilImp struct {
}