1. 6c30310 Merge pull request #1782 from dolmen-go/codegen-copy-dependency by Olivier Mengué · 2 days ago master
  2. 242e746 _codegen: use our imported copy of github.com/ernesto-jimenez/gogen by Olivier Mengué · 2 days ago
  3. c58ac3d _codegen: copy package github.com/ernesto-jimenez/gogen/imports by Olivier Mengué · 2 days ago
  4. a0ac157 Merge pull request #1795 from brackendawson/1227-AssertExpectationsForObjects-panic by Bracken · 3 days ago
  5. 0bf6b94 mock.AssertExpectationsForObjects fix panic with wrong testObject type. by Bracken Dawson · 3 days ago
  6. 5fa984a Merge pull request #1791 from brackendawson/YAMLEq-document-multidoc by Bracken · 5 days ago
  7. 2b945c3 Update assert/assertions.go by Bracken · 7 days ago
  8. e8c7bc9 Add example to YAMLEq by Bracken Dawson · 7 days ago
  9. b9167da Merge pull request #1792 from egawata/assert_same_message_with_type by Bracken · 7 days ago
  10. 392c0bc add type to error message of assert.Same by egawata · 7 days ago
  11. f03d037 Merge pull request #1787 from brackendawson/1419-fail-assertions by Bracken · 7 days ago
  12. 65e0b94 Add missing Helper calls to IsIncreasing et al by Bracken Dawson · 8 days ago
  13. ff76a29 Clarify error message for incorrect use of IsIncreasing et al by Bracken · 8 days ago
  14. b1007aa IsIncreasing et al can return false w/out failing by Bracken Dawson · 8 days ago
  15. a78e373 Document that YAMLEq only compared the first document in the YAML strings. by Bracken Dawson · 8 days ago
  16. 59a17f5 Constrain untested behavior of YAMLEq by Bracken Dawson · 8 days ago
  17. b5a0821 Merge pull request #1400 from olivergondza/issue-1399 by Bracken · 9 days ago
  18. cbd8483 Merge pull request #1790 from stretchr/dependabot/github_actions/actions/setup-go-6 by Bracken · 10 days ago
  19. 5afd74f Merge pull request #1784 from brackendawson/ccoVeille-maintainer by Bracken · 10 days ago
  20. 297f37e Merge pull request #1708 from brackendawson/internal-difflib by Bracken · 10 days ago
  21. dc65928 build(deps): bump actions/setup-go from 5 to 6 by dependabot[bot] · 2 weeks ago
  22. a87733a Refactor PanicsWithError for increased readability by Oliver Gondža · 3 weeks ago
  23. 94ddd7e refact(test): Make use of captureTestingT over CollectT by Oliver Gondža · 3 weeks ago
  24. 38d9e83 Fix tests to work with go 1.19 by Oliver Gondža · 3 weeks ago
  25. 4f554a8 Fix #1399: Always report error message on PanicsWithError mismatch by Oliver Gondža · 3 weeks ago
  26. ce48cb3 Move difflib into testify by Bracken Dawson · 3 weeks ago
  27. e8daaac Merge pull request #1665 from vyas-git/master by Bracken · 3 weeks ago
  28. 96f97a2 Merge branch 'master' into master by Vyas Reddy · 3 weeks ago
  29. 5f941c8 Update suite/suite.go by Vyas Reddy · 3 weeks ago
  30. c952903 Merge pull request #1786 from brackendawson/1785-mock-argument-stringers by Bracken · 3 weeks ago
  31. 0cdb408 Revert "Merge pull request #1615 from DevotedHealth/mauclair-mock-match-sprintf" by Bracken Dawson · 3 weeks ago
  32. 5e25bfb mock: Test that arguments with mutating stringers match by Bracken Dawson · 3 weeks ago
  33. 5fa380c Promote ccoVeille to maintainer by Bracken Dawson · 3 weeks ago
  34. f4f5960 Merge pull request #1783 from stretchr/ci-go1.23 by Bracken · 3 weeks ago
  35. af16170 CI: test also with Go 1.23 by Olivier Mengué · 3 weeks ago
  36. e581b36 Merge pull request #1775 from mutaiib/bugfix/panic-methodcalled-mutex-release-1731 by Bracken · 4 weeks ago
  37. e3d64ad Update mock/mock_test.go by mutaiib · 4 weeks ago
  38. 354fc33 Update mock/mock.go by mutaiib · 4 weeks ago
  39. 8976267 mock: document `IsType` interface limitation and add tests by mutaiib · 4 weeks ago
  40. b9a23f4 refactor: unexport and convert `Arguments.SafeName` method to standalone function by mutaiib · 4 weeks ago
  41. 7b2204f fix(pkg-mock): avoid panic when expected type is nil in Arguments.Diff by mutaiib · 4 weeks ago
  42. b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/checkout-5 by Bracken · 5 weeks ago v1.11.0
  43. 69831f3 build(deps): bump actions/checkout from 4 to 5 by dependabot[bot] · 5 weeks ago
  44. fada016 Merge branch 'master' into master by Vyas Reddy · 3 months ago
  45. a53be35 Improve captureTestingT helper by ccoVeille · 3 months ago
  46. aafb604 mock: improve formatting of error message by 3scalation · 3 months ago
  47. 7218e03 improve error msg by user · 3 months ago
  48. 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering by Olivier Mengué · 3 months ago
  49. bc7459e suite: faster filtering of methods (-testify.m) by Olivier Mengué · 3 months ago
  50. 7d37b5c suite: refactor methodFilter by Olivier Mengué · 3 months ago
  51. c58bc90 Merge pull request #1764 from stretchr/dolmen/suite-refactor-stats-for-readability by Olivier Mengué · 3 months ago
  52. 87101a6 suite.Run: refactor handling of stats by Olivier Mengué · 3 months ago
  53. 39b912b Merge pull request #1766 from stretchr/dolmen/assert-testing-parallel-TestFileDirExists by Olivier Mengué · 3 months ago
  54. 44c0281 assert/tests: improve failure reporting in Test{No,}{File,Dir}Exists by Olivier Mengué · 3 months ago
  55. 50277a8 assert/tests: simplify Test{No,}{File,Dir}Exists by Olivier Mengué · 3 months ago
  56. d912549 assert/tests: enable parallel testing for Test{,No}{File,Dir}Exists by Olivier Mengué · 3 months ago
  57. 6c516f8 assert.CallerInfo: cleanup by Olivier Mengué · 3 months ago
  58. fac5d47 invalid method test signatures fails as subtest, other continues by vyas-git · 3 months ago
  59. 5c94955 assert.CallerInfo: micro optimization by using LastIndexByte by Olivier Mengué · 3 months ago
  60. b50b016 suite.Run: simplify running of Setup/TeardownSuite (#1769) by renzoarreaza · 3 months ago
  61. 7c2bbf9 Merge pull request #1763 from stretchr/sketch/improve-equalvalues-coverage by Olivier Mengué · 3 months ago
  62. 5488b21 assert: improve EqualValues test coverage to 100% by Olivier Mengué · 3 months ago
  63. 7127b60 assert.ErrorAs: simplify retrieving the type name by ccoVeille · 4 months ago
  64. 26b02e2 Merge pull request #1761 from dolmen/refactor-isEmpty-using-reflect.Value.IsZero by Olivier Mengué · 4 months ago
  65. acd15f6 assert.Empty: refactor using reflect.Value.IsZero() by Olivier Mengué · 4 months ago
  66. 890082e assert.Empty: refactor isEmpty (1) by Olivier Mengué · 4 months ago
  67. 0b5b5e6 assert: add Benchmark_isEmpty by Olivier Mengué · 4 months ago
  68. 7a1b408 doc: improve godoc of top level 'testify' package by Olivier Mengué · 4 months ago
  69. c519b79 assert.Empty: comprehensive doc of "Empty"-ness rules by Olivier Mengué · 4 months ago
  70. 5d95b18 Merge pull request #1567 from stretchr/fix-dependency-cycle by Bracken · 4 months ago
  71. 553e822 go.mod: add comment about how to fix dep cycle with objx by Olivier Mengué · 4 months ago
  72. 250eaa5 deps: fix dependency cycle with objx by Olivier Mengué · 4 months ago
  73. a5d5c33 Merge pull request #1745 from ccoveille-forks/improve-tests-empty-notempty by Olivier Mengué · 4 months ago
  74. 0ff4bb4 Merge pull request #1751 from stretchr/dolmen/suite-fix-use-of-testing-internals by Olivier Mengué · 4 months ago
  75. 82767ae suite: cleanup use of 'testing' internals at runtime by Olivier Mengué · 4 months ago
  76. 186f165 Merge pull request #1756 from stretchr/dolmen/mock-Parallel-testing by Olivier Mengué · 4 months ago
  77. 8b3dc18 mock: enable parallel testing on internal testsuite by Olivier Mengué · 4 months ago
  78. 4f71159 assert.YAMLEq: shortcut if same strings by Olivier Mengué · 4 months ago
  79. 4eb688b assert.JSONEq: shortcut if same strings by Olivier Mengué · 4 months ago
  80. 3c1541a Improve usage of Sprintf with Same/NotSame by ccoVeille · 4 months ago
  81. c98ef6e Merge pull request #1423 from stretchr/add-Helper-method-in-tests by Bracken · 4 months ago
  82. 8f73f15 assert.CollectT: add Helper() method by Olivier Mengué · 4 months ago
  83. e2ad959 mock/tests: add method Helper() to all mock of *testing.T by Olivier Mengué · 4 months ago
  84. b534400 require/tests: add Helper() method to all mocks of *testing.T by Olivier Mengué · 4 months ago
  85. bf47cc8 assert/tests: add Helper() in all testing.T mocks by Olivier Mengué · 4 months ago
  86. d2ddb5d suite.Passed: add one more status test report (#1706) by Ararsa · 4 months ago
  87. 83d32a3 Merge pull request #1747 from stretchr/dolmen/assert,require-enable-parallel-testing by Olivier Mengué · 4 months ago
  88. 603c2a0 assert,require: enable parallel testing on (almost) all top tests by Olivier Mengué · 4 months ago
  89. 11522a0 Merge pull request #1746 from stretchr/dolmen/fix-CI-script-shebang by Bracken · 4 months ago
  90. 559d23a check test failure message for Empty and NotEmpty by ccoVeille · 4 months ago
  91. af716f8 CI: fix shebang in .ci.*.sh scripts by Olivier Mengué · 4 months ago
  92. 9fc264e assert: add IsNotType (#1730) by Bart Venter · 4 months ago
  93. 2035e7d Merge pull request #1739 from ccoveille-forks/asserter-gofumpt by Olivier Mengué · 4 months ago
  94. 9bcca2f Format assertions files with gofumpt by ccoVeille · 4 months ago
  95. 016e2e9 Merge pull request #1671 from alexandear-org/chore/remove-deprecated-build-constraints by Bracken · 4 months ago
  96. 296df14 Merge pull request #1734 from stretchr/errors-asserter by Bracken · 4 months ago
  97. c2116b4 Improve ErrorAs failure message when error is nil by ccoVeille · 4 months ago
  98. 111716d Merge pull request #1729 from siliconbrain/fix-subset-notsubset-mixed-type by Bracken · 4 months ago
  99. 121ddb9 clarify behavior of Subset/NotSubset when passing maps by Dudás Ádám · 4 months ago
  100. d338e95 Merge pull request #1681 from tsioftas/tsioftas/erroris-improve by Bracken · 4 months ago