提交歷史

作者 SHA1 備註 提交日期
  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 02545bf320 prepare for rm-gocheck script 6 年之前
  Sebastiaan van Stijn 6345208b9b Replace some checkers and assertions with gotest.tools 6 年之前
  Vincent Demeester 3845728524 Update tests to use gotest.tools 👼 7 年之前
  Anda Xu b9b4f88870 more fixes on integration 7 年之前
  Anda Xu e440831802 fix and skip some tests based on API version 7 年之前
  Sebastiaan van Stijn 18a771a761 Remove deprecated environment.DaemonPlatform() 7 年之前
  Daniel Nephin 92427b3a81 Update tests to use icmd 8 年之前
  Brian Goff ebcb7d6b40 Remove string checking in API error handling 8 年之前
  Vincent Demeester a899aa6796 [integration] make runSleepingContainer use cli package 8 年之前
  Vincent Demeester 10e171cd94 Clean some function in docker_utils_test.go 8 年之前
  allencloud fb1f22b06a do not fail fast when executing inspect command 8 年之前
  Sebastiaan van Stijn de0328560b Merge pull request #30165 from xulike666/fix-typo-6/36 8 年之前
  Aaron.L.Xu 40af569164 fix typo 8 年之前
  Vincent Demeester c8016e669f Use testEnv methods and remove most of the global variables 8 年之前
  John Howard b06692b1a9 Tidy kernel version in tests 8 年之前
  Vincent Demeester 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli 8 年之前
  Vincent Demeester 433e2e8a1e Introduce a environment package in integration-cli 8 年之前
  Vincent Demeester def13fa23c Clean integration-cli/utils.go from most of its content 8 年之前
  Tonis Tiigi 3cd39aaeab Fix inspect object by invalid reference 8 年之前
  Tonis Tiigi 3d86b0c79b Implement content addressability for plugins 8 年之前
  Christopher Jones ebff8c79a3 [integration-cli] skip plugin tests on non-x86 8 年之前
  Vincent Demeester bcad3d5212 Use check in params so we don't ignore errors 8 年之前
  Yong Tang 88fcdb0a82 Fix `docker inspect <unkown object>` issue on Windows 8 年之前