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: master
Choose a base ref
...
head repository: maroux/testify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: suite_copy
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 4, 2021

  1. Run sub-tests in a group so teardownsuite is called in the right order

    Define new interface `Copy` to create copies of suite object for parallel subtests
    maroux committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    06f860b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Remove suite.Suite interface

    maroux committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    cd1a757 View commit details
    Browse the repository at this point in the history
  2. Fix go1.14

    maroux committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    688f48c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    3643183 View commit details
    Browse the repository at this point in the history
  2. One more method

    maroux committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    c919bba View commit details
    Browse the repository at this point in the history
Loading