Commit Graph

82 Commits (07dc7ee5abe6d1c0ef6449f731ca9bf08e1787f8)

Author SHA1 Message Date
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
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
Josh Rendek e3a8e43111 Update readme, make it more clear to use httptest
at first glance that we should use httptest
2014-07-04 01:04:09 -04:00
dickeyxxx 9eedabd0af added more complete second example 2014-07-01 08:49:02 -07:00
dickeyxxx 17a4bf61f0 added more complete first example 2014-07-01 08:48:35 -07:00
dickeyxxx 81cfe446ab allow github syntax highlighting 2014-07-01 08:43:26 -07:00
Tyler Bunnell 459056d303 Merge forward assertions. 2014-06-30 11:34:00 -06:00
Alpha Chen 65450415d0 Use godoc instead of go.pkgdoc 2014-05-13 14:12:54 -07:00
SATO taichi 7675c8d8af add more examples to README and doc.go. 2014-03-11 17:52:22 +09:00
Mat Ryer 6b8df2220f Update README.md 2014-03-06 16:04:07 -07:00
Samuel Nelson 3abb13a8ac Updated README with a link to the suite package section 2013-10-30 13:43:49 -06:00
Samuel Nelson cf79884357 One more documentation update for suites 2013-10-15 11:46:59 -06:00
Samuel Nelson 2d29e774c7 Updated documentation with some information about testing suites 2013-10-15 11:35:37 -06:00