Skip to content

Commit 05aa1d4

Browse files
Remove outdated info from README
1 parent b91bfb9 commit 05aa1d4

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Features include:
99

1010
* [Easy assertions](#assert-package)
1111
* [Mocking](#mock-package)
12-
* [HTTP response trapping](#http-package)
1312
* [Testing suite interfaces and functions](#suite-package)
1413

1514
Get started:
@@ -106,14 +105,6 @@ The `require` package provides same global functions as the `assert` package, bu
106105

107106
See [t.FailNow](http://golang.org/pkg/testing/#T.FailNow) for details.
108107

109-
110-
[`http`](http://godoc.org/github.com/stretchr/testify/http "API documentation") package
111-
---------------------------------------------------------------------------------------
112-
113-
The `http` package contains test objects useful for testing code that relies on the `net/http` package. Check out the [(deprecated) API documentation for the `http` package](http://godoc.org/github.com/stretchr/testify/http).
114-
115-
We recommend you use [httptest](http://golang.org/pkg/net/http/httptest) instead.
116-
117108
[`mock`](http://godoc.org/github.com/stretchr/testify/mock "API documentation") package
118109
----------------------------------------------------------------------------------------
119110

@@ -268,8 +259,7 @@ Installation
268259

269260
To install Testify, use `go get`:
270261

271-
* Latest version: go get github.com/stretchr/testify
272-
* Specific version: go get gopkg.in/stretchr/testify.v1
262+
go get github.com/stretchr/testify
273263

274264
This will then make the following packages available to you:
275265

@@ -303,30 +293,9 @@ To update Testify to the latest version, use `go get -u github.com/stretchr/test
303293

304294
------
305295

306-
Version History
307-
===============
308-
309-
* 1.0 - New package versioning strategy adopted.
310-
311-
------
312-
313296
Contributing
314297
============
315298

316299
Please feel free to submit issues, fork the repository and send pull requests!
317300

318301
When submitting an issue, we ask that you please include a complete test function that demonstrates the issue. Extra credit for those using Testify to write the test code that demonstrates it.
319-
320-
------
321-
322-
Licence
323-
=======
324-
Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell
325-
326-
Please consider promoting this project if you find it useful.
327-
328-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
329-
330-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
331-
332-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)