task_test.go 331 B

12345678910111213141516171819202122
  1. package dao
  2. import (
  3. "testing"
  4. . "github.com/smartystreets/goconvey/convey"
  5. )
  6. func Test_TopWeights(t *testing.T) {
  7. Convey("TopWeights", t, func() {
  8. })
  9. }
  10. func Test_SetWeight(t *testing.T) {
  11. Convey("TopWeights", t, func() {
  12. })
  13. }
  14. func Test_TaskActiveConsumer(t *testing.T) {
  15. Convey("TaskActiveConsumer", t, func() {
  16. })
  17. }