Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Update testify to 1.2.1
Browse files Browse the repository at this point in the history
There's some newer assertion helpers which are quite
useful (particularly ElementsMatch).
  • Loading branch information
mjs committed Mar 20, 2018
1 parent c96cc1a commit 0bfe7c8
Show file tree
Hide file tree
Showing 31 changed files with 3,271 additions and 910 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
version = "1.2.1"

[[constraint]]
branch = "master"
Expand Down
7 changes: 7 additions & 0 deletions vendor/github.com/stretchr/testify/.travis.gofmt.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions vendor/github.com/stretchr/testify/.travis.gogenerate.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions vendor/github.com/stretchr/testify/.travis.govet.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions vendor/github.com/stretchr/testify/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 0 additions & 23 deletions vendor/github.com/stretchr/testify/Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/stretchr/testify/Godeps/Readme

This file was deleted.

27 changes: 27 additions & 0 deletions vendor/github.com/stretchr/testify/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/stretchr/testify/Gopkg.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 0 additions & 22 deletions vendor/github.com/stretchr/testify/LICENCE.txt

This file was deleted.

33 changes: 1 addition & 32 deletions vendor/github.com/stretchr/testify/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 33 additions & 4 deletions vendor/github.com/stretchr/testify/_codegen/main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0bfe7c8

Please sign in to comment.