Commit History

Author SHA1 Message Date
  Tibor Vass 7813dfe9d7 rm-gocheck: goimports 5 years ago
  Tibor Vass 6e5cf532af rm-gocheck: convert check.Commentf to string - other 5 years ago
  Tibor Vass 6135eec30a rm-gocheck: convert check.Commentf to string - with just one string 5 years ago
  Tibor Vass 59e55dcdd0 rm-gocheck: run goimports to compile successfully 5 years ago
  Tibor Vass 2743e2d8bc rm-gocheck: IsNil 5 years ago
  Tibor Vass 6dc7f4c167 rm-gocheck: Equals -> assert.Equal 5 years ago
  Tibor Vass 0fa116fa8f rm-gocheck: Not(Equals) -> a != b 5 years ago
  Tibor Vass 230f7bcc02 rm-gocheck: normalize to use checker 5 years ago
  Tibor Vass 1d92789b4f rm-gocheck: check.C -> testing.T 5 years ago
  Tibor Vass 1f69c62540 rm-gocheck: c.Assert(...) -> assert.Assert(c, ...) 5 years ago
  Sebastiaan van Stijn 6345208b9b Replace some checkers and assertions with gotest.tools 6 years ago
  Vincent Demeester 3845728524 Update tests to use gotest.tools 👼 7 years ago
  Tibor Vass 60a911dfca builder: Add TODOBuildkit test requirement, specifically for TestBuildCancellationKillsSleep 7 years ago
  Sebastiaan van Stijn f23c00d870 Various code-cleanup 7 years ago
  Vincent Demeester 062564084a Move fakecontext, fakegit and fakestorage to internal/test 7 years ago
  Kenfe-Mickael Laventure ddae20c032 Update libcontainerd to use containerd 1.0 7 years ago
  Christopher Crone 7dabed019a Fixes after dnephin review 7 years ago
  Christopher Crone f089a1df39 Skip some tests for E2E 7 years ago
  Daniel Nephin 92427b3a81 Update tests to use icmd 7 years ago
  Daniel Nephin 4f304e72a2 Remove testutil.ReadBody 7 years ago
  Daniel Nephin 6151d55ee7 Remove testutil.CompareDirectoryEntries and IsKilled 7 years ago
  Vincent Demeester 56fb4653e8 Move FakeContext to `integration-cli/cli/build/context` package… 8 years ago
  Vincent Demeester eeaa6c96d8 [test-integration] Migrate some more tests to `cli` package 8 years ago
  Sebastiaan van Stijn ba0afd70e8 fix some ineffectual assignments 8 years ago
  Vincent Demeester c10f6ef43f Clean more build utils in integration cli 8 years ago
  Vincent Demeester 303b1d200a Update trustedCmd to be compatible with testutil/cmd 8 years ago
  Vincent Demeester 87e3fcfe1e Clean some runCommandWithOutput accross integration-cli code 8 years ago
  Vincent Demeester 33968e6c7d Remove pkg/integration and move it to testutil or integration-cli 8 years ago
  Daniel Nephin d7022f2b46 Create a unified RunCommand function with Assert() 9 years ago
  Brian Goff abbf2aa6dd Fix events test flakiness. 9 years ago