93 Commits

Author SHA1 Message Date
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
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
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 0498a9c3b18a63465d19c06ad5cb2c9fe72dafc4.
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 faf0710ff28e0389cd8f4761de3fbf4b7cd1057d.
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
Matt Carter
d4befe148c Updated README for versioning strategy 2015-05-21 20:36:59 -05:00
nelsam
2160c81a96 Merge pull request #109 from anupcshan/master
Use mockedObj.Method(args) instead of mockedObj.Mock.Method(args).
2015-01-10 12:35:18 -07:00
nelsam
945825c690 Update README.md 2015-01-10 12:25:02 -07:00
Raphael Meyer
807610fbf1 Use deep equal after conversion. 2014-11-30 09:22:56 +01:00
Anup Chenthamarakshan
cb7b6694dc Use mockedObj.Method(args) instead of mockedObj.Mock.Method(args).
These method calls are equivalent, but the former is more concise.

Fixes #95
2014-11-02 14:19:46 -08:00
Tyler
a2e5515d4d Merge pull request #85 from stretchr/joshrendek-patch-1
Joshrendek patch 1
2014-09-09 20:38:23 -06:00
Tyler Bunnell
4cf7cb9078 Update readme, make it more clear to use httptest
Fix #64
2014-09-09 20:37:24 -06:00
Evan Phoenix
3ec36163bc Include sentence about using mockery 2014-09-02 17:03:21 -07:00
Anatoly Scheglov
b3260a9914 update README.md 2014-07-16 17:39:53 +04:00
Oliver Beattie
71e8fdcc38 Add prominent links to the API docs in README
Section headings in the README now link to the API documentation on godoc.org
2014-07-09 10:09:52 +01:00
Josh Rendek
d886ac2b4a fix spelling 2014-07-04 01:05:55 -04:00