September 11, 2019
View 4cf69b9

integration-cli: remove unneeded fmt.Sprintf() in asserts

Sebastiaan van Stijn authored on 2019/09/11 19:57:29
September 10, 2019
View dc044f2

rm-gocheck: goimports

Tibor Vass authored on 2019/09/10 06:08:38
View 2f069fa

rm-gocheck: convert check.Commentf to string - with just one string

Tibor Vass authored on 2019/09/10 06:08:22
View 673cf75

rm-gocheck: convert check.Commentf to string - with multiple args

Tibor Vass authored on 2019/09/10 06:08:22
View ed9449a

rm-gocheck: Contains -> strings.Contains

Tibor Vass authored on 2019/09/10 06:08:22
View 07b2436

rm-gocheck: Not(Contains) -> !strings.Contains

Tibor Vass authored on 2019/09/10 06:07:46
View e25352a

rm-gocheck: run goimports to compile successfully

Tibor Vass authored on 2019/09/10 06:06:12
View ef4c63a

rm-gocheck: IsNil

Tibor Vass authored on 2019/09/10 06:05:57
View 819baeb

rm-gocheck: Not(Equals) -> a != b

Tibor Vass authored on 2019/09/10 06:05:56
View c8da7fb

rm-gocheck: normalize to use checker

Tibor Vass authored on 2019/09/10 06:05:56
View 64a928a

rm-gocheck: check.C -> testing.T

Tibor Vass authored on 2019/09/10 06:05:55
View a11079a

rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)

Tibor Vass authored on 2019/09/10 06:05:55
April 4, 2019
View 6345208

Replace some checkers and assertions with gotest.tools

Sebastiaan van Stijn authored on 2019/04/04 22:23:19
December 24, 2018
View 43b15e9

Remove SameHostDaemon, use testEnv.IsLocalDaemon instead

Sebastiaan van Stijn authored on 2018/12/24 21:25:53
June 11, 2018
View 3845728

Update tests to use gotest.tools 👼

Vincent Demeester authored on 2018/06/11 22:32:11