Skip to content

Commit

Permalink
Merge pull request #3 from mholt/master
Browse files Browse the repository at this point in the history
Added GoConvey to the table
  • Loading branch information
shageman committed Nov 18, 2013
2 parents 807e864 + d0517b7 commit 06aaf60
Showing 1 changed file with 28 additions and 3 deletions.
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 @@ -50,7 +53,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 @@ -62,6 +66,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 @@ -73,6 +78,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 @@ -81,6 +87,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 @@ -97,10 +104,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 @@ -111,6 +120,7 @@ Comparison of go lang testing libraries
<tr>
<td>DeepEqual</td>
<td></td>
<td>✓</td>
<td></td>
<td>✓</td>
<td>✓</td>
Expand All @@ -122,6 +132,7 @@ Comparison of go lang testing libraries
<td>True</td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -132,6 +143,7 @@ Comparison of go lang testing libraries
<td>False</td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -144,6 +156,7 @@ Comparison of go lang testing libraries
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td></td>
<td>✓</td>
<td>✓</td>
Expand All @@ -152,6 +165,7 @@ Comparison of go lang testing libraries
<td>Empty</td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -161,16 +175,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 @@ -184,6 +200,7 @@ Comparison of go lang testing libraries
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -192,6 +209,7 @@ Comparison of go lang testing libraries
<td>StringContains</td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -202,6 +220,7 @@ Comparison of go lang testing libraries
<td>StringMatches</td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
Expand All @@ -211,6 +230,7 @@ Comparison of go lang testing libraries
<tr>
<td>Collection</td>
<td></td>
<td>✓</td>
<td></td>
<td></td>
<td></td>
Expand All @@ -225,13 +245,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 @@ -242,6 +264,7 @@ Comparison of go lang testing libraries
<td>Matches</td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
Expand All @@ -254,6 +277,7 @@ Comparison of go lang testing libraries
<td></td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
<td>✓</td>
<td></td>
Expand All @@ -265,6 +289,7 @@ Comparison of go lang testing libraries
<td></td>
<td></td>
<td></td>
<td></td>
<td>✓</td>
<td></td>
</tr>
Expand Down

0 comments on commit 06aaf60

Please sign in to comment.