提交歷史

作者 SHA1 備註 提交日期
  Tibor Vass 2f069fa3a5 rm-gocheck: convert check.Commentf to string - with just one string 5 年之前
  Tibor Vass 673cf751ca rm-gocheck: convert check.Commentf to string - with multiple args 5 年之前
  Tibor Vass ed9449a424 rm-gocheck: Contains -> strings.Contains 5 年之前
  Tibor Vass 99c1b63197 rm-gocheck: Matches -> cmp.Regexp 5 年之前
  Tibor Vass e25352a42a rm-gocheck: run goimports to compile successfully 5 年之前
  Tibor Vass 7696045c1d rm-gocheck: True 5 年之前
  Tibor Vass ef4c63acf6 rm-gocheck: IsNil 5 年之前
  Tibor Vass 7b91af803d rm-gocheck: HasLen -> assert.Equal + len() 5 年之前
  Tibor Vass 6dc7846d26 rm-gocheck: Equals -> assert.Equal 5 年之前
  Tibor Vass 819baeb430 rm-gocheck: Not(Equals) -> a != b 5 年之前
  Tibor Vass fa8d7029a7 rm-gocheck: Not(IsNil) -> != nil 5 年之前
  Tibor Vass c8da7fbd25 rm-gocheck: normalize to use checker 5 年之前
  Tibor Vass 64a928a3d4 rm-gocheck: check.C -> testing.T 5 年之前
  Tibor Vass a11079a449 rm-gocheck: c.Assert(...) -> assert.Assert(c, ...) 5 年之前
  Tibor Vass e71e7d8246 integration-cli: fix tests that are silently succeeding when they should not compile 5 年之前
  Kir Kolyshkin 99799a9ab5 TestContainersAPICreateMountsCreate: minor optimization 6 年之前
  Sebastiaan van Stijn e1b045c25e Remove TestContainerAPICreateWithHostName 6 年之前
  Sebastiaan van Stijn 6345208b9b Replace some checkers and assertions with gotest.tools 6 年之前
  Sebastiaan van Stijn 3a4bb96ab7 Remove use of deprecated client.NewClient() 6 年之前
  Sebastiaan van Stijn 5801c04345 Merge pull request #38380 from olljanat/capabilities-support 6 年之前
  Olli Janatuinen 80d7bfd54d Capabilities refactor 6 年之前
  Sebastiaan van Stijn 3105ca26dc integration-cli: remove deprecated daemonHost() utility 6 年之前
  Sebastiaan van Stijn c8ff5ecc09 Remove use of deprecated client.NewEnvClient() 6 年之前
  Akihiro Suda 5ddb1d410a Merge pull request #38426 from thaJeztah/remove_unused_experimental_check 6 年之前
  Sebastiaan van Stijn 43b15e924f Remove SameHostDaemon, use testEnv.IsLocalDaemon instead 6 年之前
  Sebastiaan van Stijn 11b88be247 Remove validationError type, and use errdefs.InvalidParameter 6 年之前
  Vincent Demeester d5b271c155 add check for local volume option 7 年之前
  Sebastiaan van Stijn 574db7a537 Tweak bind mount errors 6 年之前
  Sebastiaan van Stijn ddd8a6572d Fix ineffassign linting 7 年之前
  Vincent Demeester 3845728524 Update tests to use gotest.tools 👼 7 年之前