machine_test.go 176 B

12345678910111213
  1. package service
  2. import (
  3. "testing"
  4. . "github.com/smartystreets/goconvey/convey"
  5. )
  6. func TestGenMachines(t *testing.T) {
  7. Convey("test UserTree", t, func() {
  8. //TODO
  9. })
  10. }