aboutsummaryrefslogtreecommitdiff
path: root/plugin/test/scrape.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01Fix some typos in comments. (#4100)Gravatar Hu Shuai 1-1/+1
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
2020-01-30presubmit: check import path ordering (#3636)Gravatar Miek Gieben 1-2/+1
Add a test for this as well as it's annoying to point out in every code review. Fix all the import paths that are flagged by this new test. Fixes: #3634 Signed-off-by: Miek Gieben <miek@miek.nl>
2019-01-19Stop importing testing in the main binary (#2479)Gravatar Miek Gieben 1-0/+266
* Stop importing testing in the main binary Stop importing "testing" into the main binary: * test/helpers.go imported it; remote that and change function signature * update all tests that use this Signed-off-by: Miek Gieben <miek@miek.nl> * Drop import testing from metrics plugin Signed-off-by: Miek Gieben <miek@miek.nl> * more fiddling Signed-off-by: Miek Gieben <miek@miek.nl>