aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/LICENSE
diff options
context:
space:
mode:
authorRobert Zaremba <robert.zaremba@scale-it.pl>2017-11-10 09:54:48 +0800
committerRobert Zaremba <robert.zaremba@scale-it.pl>2017-11-11 07:29:41 +0800
commit5d895db2fd9e6c381f5696f84b1b64d21df9d337 (patch)
treee20a12d9f2b1290145e4dcea2c4fece1b43b6824 /vendor/github.com/stretchr/testify/LICENSE
parent3d88ecd61ae7b43f1227acafaec71e49093491b8 (diff)
downloadgo-tangerine-5d895db2fd9e6c381f5696f84b1b64d21df9d337.tar
go-tangerine-5d895db2fd9e6c381f5696f84b1b64d21df9d337.tar.gz
go-tangerine-5d895db2fd9e6c381f5696f84b1b64d21df9d337.tar.bz2
go-tangerine-5d895db2fd9e6c381f5696f84b1b64d21df9d337.tar.lz
go-tangerine-5d895db2fd9e6c381f5696f84b1b64d21df9d337.tar.xz
go-tangerine-5d895db2fd9e6c381f5696f84b1b64d21df9d337.tar.zst
go-tangerine-5d895db2fd9e6c381f5696f84b1b64d21df9d337.zip
vendor: add github.com/stretchr/testify test dependency
github.com/stretchr/testify is a useful library for doing assertion in tests. It makes assertions in test more less verbose and more comfortable to read and use.
Diffstat (limited to 'vendor/github.com/stretchr/testify/LICENSE')
-rw-r--r--vendor/github.com/stretchr/testify/LICENSE22
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/github.com/stretchr/testify/LICENSE b/vendor/github.com/stretchr/testify/LICENSE
new file mode 100644
index 000000000..473b670a7
--- /dev/null
+++ b/vendor/github.com/stretchr/testify/LICENSE
@@ -0,0 +1,22 @@
+Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell
+
+Please consider promoting this project if you find it useful.
+
+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:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+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.