Commit Graph

104 Commits (8f049b01221b20d4fba5b8ebfd03b66d576d8cc1)

Author SHA1 Message Date
hendry.wiranto 8f049b0122 link maintainer manifesto on readme instead of v2 notice 2024-10-26 23:18:03 +07:00
Bracken Dawson fed9ee68dc Document suite's lack of support for t.Parallel 2024-10-04 12:24:15 +02:00
Bracken 740a5e83fa
Suggest golangci-lint in README.md as well as doc.go
Co-authored-by: Olivier Mengué <dolmen@cpan.org>
2024-03-20 12:51:19 +00:00
Bracken Dawson bfa3ee96e3
Link out to the excellent testifylint 2024-03-07 00:13:49 +00:00
Bracken e65c014fc9
Merge pull request #1248 from guettli/patch-1
README: drop link to gorc
2024-02-23 12:59:46 +00:00
Bracken Dawson e099480d59
Update the build status badge 2024-02-20 12:36:59 +00:00
Olivier Mengué f19cdfc9fe
Merge branch 'master' into patch-1 2023-10-16 19:23:14 +02:00
Ivan Pesenti a392378178 Fixed typos
"Setup" means an existing arrangeament while "set up" is an action.
2023-07-31 19:15:21 +02:00
Olivier Mengué 486eb6f08c
Merge pull request #1406 from dolmen-go/use-std-header-for-generated-code
codegen: use standard header for generated files
2023-07-22 08:51:09 +02:00
Olivier Mengué 4f6e609334
Merge branch 'master' into mockery_docs 2023-07-05 12:49:36 +02:00
Olivier Mengué 204612911e
README: fix link to mockery tool 2023-07-05 12:48:13 +02:00
Olivier Mengué 6bfed73816
Merge pull request #1349 from davidjb/patch-1
README: fix URLs to point to go.dev/pkg.go.dev
2023-07-05 12:39:07 +02:00
Olivier Mengué c6ffad3f5c
Merge pull request #1389 from echarrod/master
Correct spelling/grammar in README and comments
2023-07-05 12:18:24 +02:00
Olivier Mengué 5ca0755b51 codegen: use standard header for generated files
Use the standard header in generated Go sources.
See https://go.dev/s/generatedcode.
2023-07-02 21:06:15 +02:00
Jakub Warczarek e18a70d446
Document that require is not safe to call in created goroutines 2023-05-31 11:34:43 +02:00
Ed 9f0f17fe64 Correct spelling/grammar 2023-05-26 10:38:59 +01:00
Harald Nordgren 4c93d8f201
EqualExportedValues: Handle nested pointer, slice and map fields (#1379)
* EqualExportedValues: Handle pointer and slice fields

* Update assert/assertions.go

Co-authored-by: Michael Pu <michael.pu123@gmail.com>

* Reduce redundant calls to 'copyExportedFields'

* Update comments

* Add support for maps

* Update Go version support to 1.19 and onward

* Re-generate after rebasing

---------

Co-authored-by: Michael Pu <michael.pu123@gmail.com>
2023-05-11 07:42:04 +10:00
David Beitey d099934742 docs: Update URLs in README 2023-03-05 12:32:34 +10:00
Landon Clipp 0291ba6dc2
https 2023-02-11 01:59:47 -06:00
LandonTClipp d2db48976a Update mockery link to Github Pages 2023-02-11 01:23:36 -06:00
Thomas Güttler afd76b48e3
gorc last update is nine years old
I think it makes no sense to link to it.
2022-08-11 21:51:04 +02:00
Paul Dufour ba1076d8b3
Add .Unset method to mock (#982)
* Add .Off method to mock

* Update README.md

* Update mock.go

* Update mock_test.go

* Update README.md

* Fix tests

* Add unset test

* remove prints

* fix test

* update readme
2022-06-22 19:31:35 +10:00
Jeff Widman 7797738693 Update versions supported to include `go 1.16`
Rather than directly adding `1.16`, I thought better to reword to state the minimum version supported... this way the line doesn't have to get updated with every new release, but instead only when dropping releases.
2022-03-17 22:47:27 +10:00
Tomáš Procházka a2f7dbf150 Change Readme to reflect supported Go versions 2021-01-15 21:03:40 +11:00
Acho Arnold 92707c0b2d Fixed the link to not point to assert only 2020-11-03 21:39:35 +11:00
Acho Arnold 05dd0b2b35 Updated the readme to point to pkg.dev 2020-11-03 21:39:35 +11:00
RyuseiNomi 54d05a4e18 modify function name and docstrings 2020-08-18 21:58:29 +10:00
RyuseiNomi 44accac0f5 revise test case name of example of mock section 2020-08-18 21:58:29 +10:00
Pal Sivertsen 6a6c303c3c Change Readme to reflect supported go versions 2020-07-20 20:40:44 +10:00
Boyan Soubachov 38a7ed3d85
Added testify v2 feedback form link 2020-07-17 08:11:02 +10:00
Boyan Soubachov 7660131ef3 Update readme to include Slack channels 2019-12-12 14:10:24 -07:00
Leigh McCulloch 8a3895e82f Update README with statement about Go versions 2019-12-09 10:12:49 -07:00
Boyan 4a312d02f2 Minor fix to Readme.md 2019-11-04 07:28:29 -07:00
Miles Steele ae5876d09a change report wording, fix int stringification, fix doc 2019-07-08 11:49:27 -06:00
James Ray ffdc059bfe Update readme to deprecate http and include available packages 2019-01-03 12:31:39 -07:00
Omar Kohl 199de5f3a4 Update the LICENSE to match the 'standard' MIT license file
The reason is that since the name of the license is not stated
explicitly and the license text differed very slightly I had to perform
a diff to ensure it actually is MIT licensed. Also GitHub does not
detect the license for this project currently (probably for the same
reason).

Changes:

* Remove the line 'Please consider promoting this project...' that is
  not part of the MIT license
* Use the same formatting as choosealicense.com
* Explicitly state 'MIT License'
* Update the copyright year
2018-12-11 09:06:17 -08:00
Leigh McCulloch 14d66a7ab5 Change README not to expand support for more than three versions 2018-10-02 17:24:27 -06:00
Leigh McCulloch 7023ef1c65 Revert "Update README.md"
This reverts commit 0498a9c3b1.
2018-10-02 17:24:27 -06:00
Leigh McCulloch 82a6bb6ee5 Update README.md 2018-10-02 17:24:27 -06:00
Leigh McCulloch 581e4986f3 Add go1.11 to CI 2018-10-02 17:24:27 -06:00
Shane Ramnode 380174f817 Add placeholder example to docs 2018-03-19 07:43:57 +00:00
Ben Schumacher bfc76300bb Add note about supported go versions to readme 2018-03-03 11:35:07 +00:00
Ernesto Jiménez 05aa1d4af4 Remove outdated info from README 2017-12-30 20:13:39 +01:00
Ernesto Jiménez 2b76a9702e Revert "Added goconvey style assertions to the mock package"
This reverts commit faf0710ff2.
2017-05-26 07:46:02 +01:00
Andy McCall faf0710ff2 Added goconvey style assertions to the mock package 2017-05-25 17:05:23 -07:00
Mat Ryer 8d64eb7173 added godoc badge 2016-05-25 00:42:29 +01:00
Mat Ryer 91bf5023ce added Go report card 2016-05-25 00:41:42 +01:00
Ernesto Jiménez 9d7bb92510 fix #201 - Remove broken link from README 2015-11-02 00:05:23 +00:00
praveen shukla be704a5c57 corrected the README documentation of suite package 2015-10-20 10:44:48 +05:30
Ivan Fraixedes 2161431195 Update README.md
Added link to the api documentation for `require`
2015-07-28 12:31:24 +01:00