1. a2ad282 It's a SoFunc. by Michael Whatcott · 3 years, 11 months ago master upstream/v1.2.0 v1.2.0
  2. cf8b944 Exported AssertFunc for convenience. by Michael Whatcott · 3 years, 11 months ago
  3. 3913d37 fmt by Michael Whatcott · 3 years, 11 months ago
  4. c36c57e Appease go vet. by Michael Whatcott · 3 years, 11 months ago
  5. c5c2a8e Updated tests according to change introduced in PR #39. by Michael Whatcott · 3 years, 11 months ago
  6. 23e1c44 Merge pull request #39 from hatstand/patch-1 by Michael Whatcott · 4 years, 1 month ago
  7. ff0f82a Fix grammar in `shouldHaveHadLength` message by John Maguire · 4 years, 1 month ago
  8. d32cab8 ShouldPanicWith now uses errors.Is to correctly identify wrapped errors. by Duncan Beutler · 4 years, 2 months ago upstream/v1.1.1 v1.1.1
  9. b63c46a New assertion: should.WrapError by Michael Whatcott · 4 years, 3 months ago upstream/v1.1.0 v1.1.0
  10. 88d11b3 Run all tests (and fmt). by Michael Whatcott · 4 years, 3 months ago
  11. f44b269 Removing coverprofile from Makefile. by Jonathan Oliver · 4 years, 5 months ago
  12. 50aca68 Go v1.13 by Jonathan Oliver · 4 years, 5 months ago
  13. 8df9578 Updated Travis CI build instructions. by Jonathan Oliver · 5 years ago
  14. 3f45406 Using GoDoc. by Jonathan Oliver · 5 years ago
  15. c017dc6 All tests; updated badge alt text. by Jonathan Oliver · 5 years ago
  16. 3e40204 Go report card. by Jonathan Oliver · 5 years ago
  17. 503d4af Display badge. by Jonathan Oliver · 5 years ago
  18. 35e779b Report code coverage. by Jonathan Oliver · 5 years ago
  19. a7e77ae Code coverage. by Jonathan Oliver · 5 years ago
  20. b2515df Added build status. by Jonathan Oliver · 5 years ago
  21. 8374cff Updated build instructions. by Jonathan Oliver · 5 years ago upstream/v1.0.1 v1.0.1
  22. d380ecc Go module definition. by Michael Whatcott · 5 years ago upstream/v1.0.0 v1.0.0
  23. f487f9d Merge branch 'mike/extract-files' by Michael Whatcott · 5 years ago 1.10.1 upstream/1.10.1
  24. d7ffa52 More granular message groupings. by Michael Whatcott · 5 years ago
  25. 1491555 Listing in alphabetic order. by Michael Whatcott · 5 years ago
  26. 3273b75 Using appropriate variable instead of hard-coded value. by Michael Whatcott · 5 years ago
  27. 3f99fa7 Merge branch 'mike/diffmatchpatch' by Michael Whatcott · 5 years ago 1.10.0 upstream/1.10.0
  28. a6d787d Remove diff substring before serializing result for GoConvey UI. by Michael Whatcott · 5 years ago mike/diffmatchpatch upstream/mike/diffmatchpatch
  29. 29ad8a0 Removed vendor/update makefile. by Michael Whatcott · 5 years ago
  30. 4320fc5 Fixed tests, Hint at ShouldResemble if helpful, vendored diffmatchpatch. by Michael Whatcott · 5 years ago
  31. 90dd756 Reordered functions. by Michael Whatcott · 5 years ago
  32. bcc2e54 Moved diff function to separate file. by Michael Whatcott · 5 years ago
  33. 35370bb Merge branch 'master' into mike/diffmatchpatch by Michael Whatcott · 5 years ago
  34. 0d4d5de New assertion: ShouldNotBeChronological by Michael Whatcott · 5 years ago 1.9.0 upstream/1.9.0
  35. 4e33eb7 Experimenting with diffmatchpatch in selected failure scenarios. by Michael Whatcott · 5 years ago
  36. 980c5ac Support any valid JSON, not just objects. by Michael Whatcott · 5 years ago
  37. b6c0e53 Consolidated inequality message formatting, reduced nesting. by Michael Whatcott · 6 years ago
  38. b2de0cb Removed dependency on github.com/smartystreets/logging by Michael Whatcott · 6 years ago
  39. 7c9eb44 Improved failure message for ShouldHaveLength. by Michael Whatcott · 6 years ago
  40. 886ec42 Typo. by Michael Whatcott · 6 years ago
  41. e900ae0 Inlined a subset of gunit functionality, thus removing that dependency. by Michael Whatcott · 6 years ago
  42. eb5b599 New assertions: ShouldNotBeZeroValue by Michael Whatcott · 6 years ago
  43. 93048f8 Merge pull request #33 from pschuegr/feature/should-resemble-json by Michael Whatcott · 6 years ago
  44. c26fa9b Updated README with latest godoc. by Michael Whatcott · 6 years ago
  45. d36ec71 Accounting for invalid json values. by Michael Whatcott · 6 years ago
  46. 13edf2a Better comment. by Michael Whatcott · 6 years ago
  47. e7aecf7 Extracted method for duplicated procedure. by Michael Whatcott · 6 years ago
  48. a001bd2 Re-ordered functions. by Michael Whatcott · 6 years ago
  49. 24a641c Used ShouldEqual for the final result and so, renamed to ShouldEqualJSON. by Michael Whatcott · 6 years ago
  50. b46060f Don't use literal string where escaped characters are needed. by Michael Whatcott · 6 years ago
  51. 0626fd6 Converted JSON strings to literals to avoid need for escaping quotes. by Michael Whatcott · 6 years ago
  52. ab45abf add whitespace test by Paul Schuegraf · 6 years ago
  53. 5adf763 basic json resemble by Paul Schuegraf · 6 years ago
  54. 7678a54 Consolidated returns. by Michael Whatcott · 6 years ago 1.8.3 upstream/1.8.3
  55. cb92d1d Render the zero value more succinctly ("time.Time{0}") where possible. by Michael Whatcott · 6 years ago 1.8.2 upstream/1.8.2
  56. 2cf4bd8 Included home page in package-level documentation. by Michael Whatcott · 6 years ago
  57. 8b2eda5 Now rendering times instances using their String() method where possible. by Michael Whatcott · 6 years ago
  58. c82671c Included test file. by Michael Whatcott · 6 years ago
  59. 0b37b35 Only test 1.x, but test all packages. by Michael Whatcott · 7 years ago 1.8.1 upstream/1.8.1
  60. ff1918e Merge branch 'assert' by Michael Whatcott · 7 years ago 1.8.0 upstream/1.8.0
  61. f88de9a Referenced new So implementation. by Michael Whatcott · 7 years ago assert upstream/assert
  62. db46b9a Using logger to enable testing. by Michael Whatcott · 7 years ago
  63. a7e84de Inverted if by Michael Whatcott · 7 years ago
  64. b24fd1b Renamed Err to Error. by Michael Whatcott · 7 years ago
  65. 2913a5a Alternate way to work with assertion results. by Michael Whatcott · 7 years ago
  66. 9c0ea8a Removed debug logging. by Michael Whatcott · 7 years ago 1.7.0 upstream/1.7.0
  67. 1540c14 Fixed tests that weren't compiling. How did we ever get away with that? by Michael Whatcott · 7 years ago
  68. 270ac53 Prevent nil reference exception when comparing nil with nil. Fixes #24 by Michael Whatcott · 7 years ago
  69. 3c7b29c Merge pull request #21 from smartystreets/equality-method by Michael Whatcott · 7 years ago
  70. 895161f Renamed a few methods. by Michael Whatcott · 7 years ago equality-method upstream/equality-method
  71. 8cbe3d4 Ensure equal method is symmetrical by switching argument with receiver. by Michael Whatcott · 7 years ago
  72. ae852b4 Documented new mechanics of ShouldEqual. by Michael Whatcott · 7 years ago
  73. 2d25701 Separate if statement; removed extra return statement. by Michael Whatcott · 7 years ago
  74. 39c4118 Test illustrating equality comparison of time.Time values. by Michael Whatcott · 7 years ago
  75. f5a4bca Structs that implement .Equal() are now compatible with ShouldEqual. by Michael Whatcott · 7 years ago
  76. 4ea54c1 Rename from gunit. by Whatcott, Michael · 7 years ago
  77. 8d53f03 Merge pull request #18 from AlekSi/patch-2 by Michael Whatcott · 7 years ago
  78. b68a439 Test with latest released Go version too by Alexey Palazhchenko · 7 years ago
  79. f8459f9 Covered all teh codez. by Whatcott, Michael · 7 years ago
  80. 4f83fae No need to check error in this case. by Whatcott, Michael · 7 years ago
  81. c4f292b Why not use a gunit fixture? by Whatcott, Michael · 7 years ago
  82. 2abf2d3 Remove dead code. by Whatcott, Michael · 7 years ago
  83. d20dfdd Setting up the fake serializer in init(). by Whatcott, Michael · 7 years ago
  84. 6e3688d ShouldBeError will accept an expected error value for comparison. by Whatcott, Michael · 7 years ago
  85. 6165f08 Merge pull request #16 from bt/master by Michael Whatcott · 7 years ago
  86. b917989 Added "ShouldBeError" assertion. by Bertram Truong · 7 years ago
  87. c9ee7d9 Merge pull request #14 from sguiheux/gofmt by Michael Whatcott · 7 years ago
  88. 15adfb6 fix: go fmt by Steven Guiheux · 7 years ago
  89. 26acb92 Typo. by Whatcott, Michael · 8 years ago
  90. e60cfa7 Ignoring project file; Clarified documentation. by Whatcott, Michael · 8 years ago
  91. cc1e98f Removed additional test code. by Whatcott, Michael · 8 years ago
  92. d11f220 Removed all dependencies of internal tests. Trimmed oglematchers. by Whatcott, Michael · 8 years ago
  93. 2063fd1 Pointing to tip. by Whatcott, Michael · 8 years ago
  94. 179b8e1 Revert "Assertion now implements io.Writer, allowing it to capture log output." by Whatcott, Michael · 8 years ago
  95. dde99bf Assertion now implements io.Writer, allowing it to capture log output. by Whatcott, Michael · 8 years ago
  96. a82c2cd Not sure when these tests started failing, but they are fixed now. by Whatcott, Michael · 8 years ago
  97. 40711f7 Fixed failing tests. by Whatcott, Michael · 8 years ago
  98. 60b9cb8 Failure message now renders as link within intellij. by Whatcott, Michael · 8 years ago
  99. 5c1a08f Merge pull request #12 from jdeveloperw/nested-list-contains by Michael Whatcott · 8 years ago
  100. 6acd033 Add support for slices of slices for ShouldContain by JD White · 8 years ago