Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added GoConvey to the table #3

Merged
merged 4 commits into from Nov 18, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 28 additions & 3 deletions README.md
Expand Up @@ -17,7 +17,10 @@ Comparison of go lang testing libraries

* testing: http://golang.org/pkg/testing/
Last Activity: -


* GoConvey: https://github.com/smartystreets/goconvey/
Last Activity: 3 hours ago 11/16/2013

* testify: https://github.com/stretchr/testify/
Last Activity: 7 days ago on 7/24/2013

Expand Down Expand Up @@ -45,7 +48,8 @@ Comparison of go lang testing libraries
<tbody>
<tr>
<th>Name</th>
<th>Testing</th>
<th>testing</th>
<th>GoConvey</th>
<th>testify</th>
<th>gocheck</th>
<th>prettytest</th>
Expand All @@ -57,6 +61,7 @@ Comparison of go lang testing libraries
<td>License</td>
<td>BSD</td>
<td>MIT</td>
<td>MIT</td>
<td>BSD</td>
<td>MIT</td>
<td>BSD</td>
Expand All @@ -68,6 +73,7 @@ Comparison of go lang testing libraries
<td></td>
<td></td>
<td></td>
<td></td>
<td>uses gocheck</td>
<td></td>
<td></td>
Expand All @@ -76,6 +82,7 @@ Comparison of go lang testing libraries
<tr>
<td>Style</td>
<td>make your own</td>
<td>spec</td>
<td>assert</td>
<td>spec</td>
<td>spec</td>
Expand All @@ -92,10 +99,12 @@ Comparison of go lang testing libraries
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<td>IsSame</td>
<td></td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -106,6 +115,7 @@ Comparison of go lang testing libraries
<tr>
<td>DeepEqual</td>
<td></td>
<td>✓</td>
<td></td>
<td>✓</td>
<td>✓</td>
Expand All @@ -117,6 +127,7 @@ Comparison of go lang testing libraries
<td>True</td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -127,6 +138,7 @@ Comparison of go lang testing libraries
<td>False</td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -139,6 +151,7 @@ Comparison of go lang testing libraries
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td></td>
<td>✓</td>
<td>✓</td>
Expand All @@ -147,6 +160,7 @@ Comparison of go lang testing libraries
<td>Empty</td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -156,16 +170,18 @@ Comparison of go lang testing libraries
<tr>
<td>Error</td>
<td></td>
<td></td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Implements</td>
<td></td>
<td></td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
Expand All @@ -179,6 +195,7 @@ Comparison of go lang testing libraries
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -187,6 +204,7 @@ Comparison of go lang testing libraries
<td>StringContains</td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -197,6 +215,7 @@ Comparison of go lang testing libraries
<td>StringMatches</td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
Expand All @@ -206,6 +225,7 @@ Comparison of go lang testing libraries
<tr>
<td>Collection</td>
<td></td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -220,13 +240,15 @@ Comparison of go lang testing libraries
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
</tr>
<tr>
<td>HasLen</td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
Expand All @@ -237,6 +259,7 @@ Comparison of go lang testing libraries
<td>Matches</td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
Expand All @@ -249,6 +272,7 @@ Comparison of go lang testing libraries
<td></td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
Expand All @@ -260,6 +284,7 @@ Comparison of go lang testing libraries
<td></td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
<td></td>
</tr>
Expand Down