answer_test.go 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. package service
  2. import (
  3. "context"
  4. "fmt"
  5. "testing"
  6. "time"
  7. "github.com/smartystreets/goconvey/convey"
  8. )
  9. func TestServiceBaseQ(t *testing.T) {
  10. convey.Convey("BaseQ", t, func() {
  11. res, err := s.BaseQ(context.Background(), 14771787, "", false)
  12. convey.So(err, convey.ShouldBeNil)
  13. convey.So(res, convey.ShouldNotBeNil)
  14. })
  15. }
  16. func TestServiceBaseQs(t *testing.T) {
  17. convey.Convey("BaseQs", t, func() {
  18. rqs, err := s.BaseQs(context.Background(), 14771787, "", false)
  19. convey.So(err, convey.ShouldBeNil)
  20. convey.So(rqs, convey.ShouldNotBeNil)
  21. })
  22. }
  23. func TestServiceConvertExtraQs(t *testing.T) {
  24. convey.Convey("ConvertExtraQs", t, func() {
  25. res, err := s.ConvertExtraQs(context.Background(), 14771787, "", false)
  26. convey.So(err, convey.ShouldBeNil)
  27. convey.So(res, convey.ShouldNotBeNil)
  28. })
  29. }
  30. func TestServiceExtraQs(t *testing.T) {
  31. convey.Convey("ExtraQs", t, func() {
  32. rqs, err := s.ExtraQs(context.Background(), 14771787, "", false)
  33. convey.So(err, convey.ShouldBeNil)
  34. convey.So(rqs, convey.ShouldNotBeNil)
  35. })
  36. }
  37. func TestServicecheckExtraState(t *testing.T) {
  38. convey.Convey("checkExtraState", t, func() {
  39. h, err := s.checkExtraState(context.Background(), 14771787, time.Now())
  40. convey.So(err, convey.ShouldBeNil)
  41. convey.So(h, convey.ShouldNotBeNil)
  42. })
  43. }
  44. func TestServiceProTypes(t *testing.T) {
  45. convey.Convey("ProTypes", t, func() {
  46. res, err := s.proTypes(context.Background(), 14771787)
  47. convey.So(err, convey.ShouldBeNil)
  48. convey.So(res, convey.ShouldNotBeNil)
  49. })
  50. }
  51. func TestServiceProType(t *testing.T) {
  52. convey.Convey("ProType", t, func() {
  53. res, err := s.ProType(context.Background(), 14771787, "")
  54. convey.So(err, convey.ShouldBeNil)
  55. convey.So(res, convey.ShouldNotBeNil)
  56. })
  57. }
  58. func TestServiceConvertProQues(t *testing.T) {
  59. convey.Convey("ConvertProQues", t, func() {
  60. res, err := s.ConvertProQues(context.Background(), 14771787, "", "", false)
  61. convey.So(err, convey.ShouldBeNil)
  62. convey.So(res, convey.ShouldNotBeNil)
  63. })
  64. }
  65. func TestServiceProQues(t *testing.T) {
  66. convey.Convey("ProQues", t, func() {
  67. rqs, err := s.ProQues(context.Background(), 14771787, "", "", false)
  68. convey.So(err, convey.ShouldBeNil)
  69. convey.So(rqs, convey.ShouldNotBeNil)
  70. })
  71. }
  72. func TestServicecheckBase(t *testing.T) {
  73. convey.Convey("checkBase", t, func() {
  74. ah, err := s.checkBase(context.Background(), 0, time.Now())
  75. convey.So(err, convey.ShouldBeNil)
  76. convey.So(ah, convey.ShouldNotBeNil)
  77. })
  78. }
  79. func TestServicecheckTime(t *testing.T) {
  80. convey.Convey("checkTime", t, func() {
  81. at, rs := s.checkTime(context.Background(), 0, time.Now())
  82. convey.So(rs, convey.ShouldNotBeNil)
  83. convey.So(at, convey.ShouldNotBeNil)
  84. })
  85. }
  86. func TestServiceconcatData(t *testing.T) {
  87. convey.Convey("concatData", t, func() {
  88. rqs, err := s.concatData(context.Background(), 14771787, []int64{}, "", false, 0)
  89. convey.So(err, convey.ShouldBeNil)
  90. convey.So(rqs, convey.ShouldNotBeNil)
  91. })
  92. }
  93. func TestServiceconcatExtraData(t *testing.T) {
  94. convey.Convey("concatExtraData", t, func() {
  95. rqs, err := s.concatExtraData(context.Background(), 14771787, []int64{}, []int64{}, []int64{}, "", false, 0)
  96. convey.So(err, convey.ShouldBeNil)
  97. convey.So(rqs, convey.ShouldNotBeNil)
  98. })
  99. }
  100. func TestServiceansHash(t *testing.T) {
  101. convey.Convey("ansHash", t, func() {
  102. ansHash := s.ansHash(0, "")
  103. convey.So(ansHash, convey.ShouldNotBeNil)
  104. })
  105. }
  106. func TestServiceimgPosition(t *testing.T) {
  107. convey.Convey("imgPosition", t, func() {
  108. rq := s.imgPosition(context.Background(), nil, 14771787, "", false)
  109. convey.So(rq, convey.ShouldNotBeNil)
  110. })
  111. }
  112. func TestServiceimgExtraPosition(t *testing.T) {
  113. convey.Convey("imgExtraPosition", t, func() {
  114. rq := s.imgExtraPosition(context.Background(), nil, 14771787, "", false)
  115. convey.So(rq, convey.ShouldNotBeNil)
  116. })
  117. }
  118. func TestServiceloadQidsCache(t *testing.T) {
  119. convey.Convey("loadQidsCache", t, func() {
  120. s.loadQidsCache()
  121. })
  122. }
  123. func TestServiceloadExtraQidsCache(t *testing.T) {
  124. convey.Convey("loadExtraQidsCache", t, func() {
  125. s.loadExtraQidsCache()
  126. })
  127. }
  128. func TestServiceCool(t *testing.T) {
  129. convey.Convey("Cool", t, func() {
  130. cool, err := s.Cool(context.Background(), 0, 0)
  131. convey.So(err, convey.ShouldBeNil)
  132. convey.So(cool, convey.ShouldNotBeNil)
  133. })
  134. }
  135. func TestServiceExtraScore(t *testing.T) {
  136. convey.Convey("ExtraScore", t, func() {
  137. score, err := s.ExtraScore(context.Background(), 6383240)
  138. fmt.Println(score)
  139. convey.So(err, convey.ShouldBeNil)
  140. convey.So(score, convey.ShouldBeGreaterThanOrEqualTo, 0)
  141. })
  142. }
  143. func TestServicehistory(t *testing.T) {
  144. convey.Convey("history", t, func() {
  145. ah, err := s.history(context.Background(), 0)
  146. convey.So(err, convey.ShouldBeNil)
  147. convey.So(ah, convey.ShouldNotBeNil)
  148. })
  149. }
  150. func TestServiceanswerDuration(t *testing.T) {
  151. convey.Convey("answerDuration", t, func() {
  152. d := s.answerDuration()
  153. convey.So(d, convey.ShouldNotBeNil)
  154. })
  155. }
  156. func TestSliceAtoi(t *testing.T) {
  157. convey.Convey("sliceAtoi", t, func() {
  158. p1, p2 := sliceAtoi([]string{})
  159. convey.So(p2, convey.ShouldBeNil)
  160. convey.So(p1, convey.ShouldNotBeNil)
  161. })
  162. }
  163. func TestServiceextraQueByBigData(t *testing.T) {
  164. convey.Convey("extraQueByBigData", t, func() {
  165. ok, passids, npassids := s.extraQueByBigData(context.Background(), 0, "")
  166. convey.So(npassids, convey.ShouldNotBeNil)
  167. convey.So(passids, convey.ShouldNotBeNil)
  168. convey.So(ok, convey.ShouldNotBeNil)
  169. })
  170. }
  171. func TestServiceloadtypes(t *testing.T) {
  172. convey.Convey("loadtypes", t, func() {
  173. t := s.loadtypes()
  174. convey.So(t, convey.ShouldNotBeNil)
  175. })
  176. }