shad-go/tools/testtool
Alexander Vasilyev 545ce5cbe3 Calculate coverage problem-wise, not per package.
This seems to be fair, especially since coverage target is
defined problem-wise. Practical reason: coverme/app can not
be covered sufficiently without testing Start/initRoutes/run;
out of these, only initRoutes can be tested, and testing it
separately is a wierd solution.
2020-03-27 22:32:10 +03:00
..
cmd/testtool Resolve "word-count" 2020-02-12 22:25:12 +00:00
commands Calculate coverage problem-wise, not per package. 2020-03-27 22:32:10 +03:00
testdata testtool: fix build tag in submission test. 2020-03-23 22:21:42 +03:00
bincache.go Fix RandomName helper 2020-02-22 01:54:46 +03:00
buildtags.go Resolve "word-count" 2020-02-12 22:25:12 +00:00
freeport.go Use %s for duration; log timeout error in test. 2020-02-19 00:26:48 +03:00
freeport_test.go Rewrite require.Nil(t, err) with require.NoError(t, err). 2020-03-13 00:12:46 +03:00