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: stretchr/testify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: stretchr/testify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 18 commits
  • 19 files changed
  • 11 contributors

Commits on Jan 9, 2019

  1. Configuration menu
    Copy the full SHA
    834f27f View commit details
    Browse the repository at this point in the history
  2. Update assertions.go

    fix for value.
    alexpantyukhin authored and georgelesica-wf committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    363ebb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. Don't setup suite if no methods satisfy filter

    When suite setup is long, the necessity to wait for all suite setups for testing one single method bothers a lot. Here's a little fix of that behavior.
    Saluev authored and georgelesica-wf committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    3efd733 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Saluev authored and georgelesica-wf committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    2696ec2 View commit details
    Browse the repository at this point in the history
  3. Rerun build

    Saluev authored and georgelesica-wf committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    af4cbaf View commit details
    Browse the repository at this point in the history
  4. Add test on suite setup skipping

    Saluev authored and georgelesica-wf committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    943c6e8 View commit details
    Browse the repository at this point in the history
  5. Rename setupDone to suiteSetupDone

    Saluev authored and georgelesica-wf committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    2894c76 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    78018b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. add comparison

    alexpantyukhin authored and georgelesica-wf committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    3f658bd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Show stack trace on panic

    g7r authored and georgelesica-wf committed Feb 28, 2019
    4 Configuration menu
    Copy the full SHA
    10a9f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21cb1c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. assert, require: Regenerate

    Run `go generate ...` from top of testify tree. This brings in wappers
    for Greater, GreaterOrEqual, Less, LessOrEqual and Same.
    navytux authored and georgelesica-wf committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    34c6fa2 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Configuration menu
    Copy the full SHA
    ae5876d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Introduce Eventually assertion.

    Grzegorz Miejski authored and georgelesica-wf committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    d84e815 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    0224ef2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    555ebd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. improve find expected call

    everdance authored and glesica committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    1bb3d5a View commit details
    Browse the repository at this point in the history
  2. fix mutex

    everdance authored and glesica committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    221dbe5 View commit details
    Browse the repository at this point in the history
Loading