this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Shake out tests

+2
+1
testing/integ_test.go
··· 203 203 b1.tr.TrialHosts = []string{p1.RawHost(), p2.RawHost()} 204 204 205 205 p1.RequestScraping(t, b1) 206 + p1.BumpLimits(t, b1) 206 207 time.Sleep(time.Millisecond * 250) 207 208 208 209 users := []*TestUser{p1.MustNewUser(t, usernames[0]+".pdsuno")}
+1
testing/labelmaker_fakedata_test.go
··· 137 137 b1.Run(t) 138 138 139 139 p1.RequestScraping(t, b1) 140 + p1.BumpLimits(t, b1) 140 141 141 142 l1 := testLabelMaker(t) 142 143 l1.AddKeywordLabeler(labeler.KeywordLabeler{Value: "definite-article", Keywords: []string{"the"}})