You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
* 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
273
263
274
264
This will then make the following packages available to you:
275
265
@@ -303,30 +293,9 @@ To update Testify to the latest version, use `go get -u github.com/stretchr/test
303
293
304
294
------
305
295
306
-
Version History
307
-
===============
308
-
309
-
* 1.0 - New package versioning strategy adopted.
310
-
311
-
------
312
-
313
296
Contributing
314
297
============
315
298
316
299
Please feel free to submit issues, fork the repository and send pull requests!
317
300
318
301
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