Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: smartystreets/goconvey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: smartystreets/goconvey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: riannucci-randomize
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 22 files changed
  • 2 contributors

Commits on Nov 23, 2014

  1. Configuration menu
    Copy the full SHA
    af616dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    353476a View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. Allow reporting to correctly deal with out-of-order test execution.

    Changes:
      * BeginStory/EndStory are now nil/Close() to be more in line with
        the way that other go libraries work for this sort of thing.
      * Print* statements are now correctly interleaved with Assertions
        and Scopes and such in reporting.
        * So I removed the print-to-terminal functionality... it now all
          goes through reporting.
        * Removes 'dishonest' behavior of the story reporter :)
      * New nestedReporter correctly aggregates execution of scopes and
        consolidates their relative nesting-ness.
        * Uses new NestedScopeResult struct internally... it serializes
          to JSON directly pretty well, too.
      * Revamped Printer to have tighter control over the display (much
        harder to get it's state looking bad now.)
    riannucci committed Nov 25, 2014
    Configuration menu
    Copy the full SHA
    e47570f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c728329 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e8a234 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. Merge branch 'randomize' of https://github.com/riannucci/goconvey int…

    …o riannucci-randomize
    mdwhatcott committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    376c354 View commit details
    Browse the repository at this point in the history
  2. The "randomizeTests" variable should be explicitely set each time aro…

    …und the loop.
    
    This fixed an intermittent failure that was only exposed when the map iteration put the "0" key after either the "1" or "15" keys.
    mdwhatcott committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    b1208f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    634ee58 View commit details
    Browse the repository at this point in the history
Loading