Permalink
Switch branches/tags
Nothing to show
Commits on Jan 5, 2018
  1. checkers, fixture, foundation: update tests to handle diffs

    bboozzoo committed Jan 5, 2018
    Update tests to handle diff output in error message from Equals and DeepEquals.
    
    Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
  2. check_test: report regex parsing errors

    bboozzoo committed Jan 5, 2018
    Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
  3. utils: keep diff output under control

    bboozzoo committed Jan 5, 2018
    Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Commits on Nov 21, 2017
  1. checkers: clear error message if Not checker sub test failed

    bboozzoo committed Nov 21, 2017
    Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
  2. checkers: return a pretty format error message in Equals and DeepEqua…

    bboozzoo committed Nov 21, 2017
    …ls checkers
    
    Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
  3. utils: add a helper for generating a diff between unequal values

    bboozzoo committed Nov 21, 2017
    Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Commits on Dec 8, 2016
Commits on Nov 22, 2016
  1. Fix typo: conjuction (#83)

    elopio committed with niemeyer Nov 22, 2016
Commits on Jan 5, 2016
  1. Merge pull request #67 from elopio/reporter

    niemeyer committed Jan 5, 2016
    Moved the reporter functions to a separate file.
Commits on Dec 14, 2015
  1. Get the filename from runtime.

    elopio committed Dec 14, 2015
  2. Do not export reporterS.

    elopio committed Dec 14, 2015
Commits on Dec 9, 2015
Commits on Jul 29, 2015
  1. Merge pull request #50 from mwhudson/v1

    niemeyer committed Jul 29, 2015
    Fix panic tracebacks with Go tip.
  2. Fix panic tracebacks with Go tip.

    mwhudson committed Jul 29, 2015
    Fixes #49
Commits on Jun 26, 2015
  1. Merge pull request #44 from juju/fix-data-race-on-status

    niemeyer committed Jun 26, 2015
    Hack from Dave to avoid one race in one case.
Commits on Jun 17, 2015
  1. check: fix data race on C.status

    davecheney committed Jun 17, 2015
    Fixes #43
    Updates #35
    
    This PR removes a data race on C.status if c.Error or c.Assert fails in a goroutine spawned inside a test suite.
    
    Renaming the variable to `C._status` is regretable, but made the change to the code accessing the variable via helpers smaller.
    
    Tests were _not_ run as they do not pass on recent versions of Go. This fix was verified by asserting that LP 1463643 was resolved.
Commits on Jun 10, 2015
  1. Include the whole Go license on benchmark.go.

    niemeyer committed Jun 10, 2015
    Fixes #40.
Commits on Oct 24, 2014
  1. Merge pull request #26 from aznashwan/upstream

    niemeyer committed Oct 24, 2014
    Fix poor tempdir removal error message under Windows.
Commits on Oct 23, 2014
Commits on Oct 20, 2014
  1. Fix panic tracebacks on Go tip.

    niemeyer committed Oct 20, 2014
    Fixes #25.
Commits on Aug 27, 2014
  1. Merge pull request #15 from aznashwan/upstream

    niemeyer committed Aug 27, 2014
    Use filepath.Join in the implementation of MkDir.
Commits on Jul 24, 2014
  1. Replaced path.Join with filepath.Join in newPath() in order to facili…

    aznashwan committed Jul 24, 2014
    …tate proper MkDir() on all OS-es
Commits on Jul 9, 2014
  1. Fix TestName on SetUpTest and TearDownTest.

    niemeyer committed Jul 9, 2014
    Fixes #11.
Commits on Jul 3, 2014
  1. Merge pull request #7 from joeshaw/test-names

    niemeyer committed Jul 3, 2014
    Add C.TestName method.
  2. add C.TestName() method

    joeshaw committed Jul 3, 2014
    Returns the current test name in SuiteName.TestName format.
    
    Fixes #5.
  3. Merge pull request #1 from wfreeman/v1

    niemeyer committed Jul 3, 2014
    Add memory benchmark tracking and output (-check.bmem)
  4. adding benchmark mem test

    freeeve committed Jul 3, 2014
Commits on Apr 1, 2014
  1. Fix bullet list.

    niemeyer committed Apr 1, 2014
  2. README: tweak wording

    niemeyer committed Apr 1, 2014
  3. README: mention import path

    niemeyer committed Apr 1, 2014