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
{{ message }}
This repository was archived by the owner on Apr 3, 2018. It is now read-only.
The tests are currently using the testing package, but http://labix.org/gocheck is much more powerful (and compatible with testing). Crucially the latter offers test fixtures like SetUpTest() and TearDownTest() to simplify the test code.
The tests are currently using the
testingpackage, but http://labix.org/gocheck is much more powerful (and compatible withtesting). Crucially the latter offers test fixtures likeSetUpTest()andTearDownTest()to simplify the test code.Such fixtures will be useful for #163.