v0.3.0
Our first open source release! 🎉
Added
- Improved the documentation in the README and godoc comments.
Changed
-
The test group will now fail if the group object has an exported method that does not conform to the expected signature of a test/hook. This should further minimize subtest methods being left out of the group for having the wrong function signature.
-
Renamed
ParallelSeparator
toRunInParallelParentTestName
.
Removed
- The
PreGrouper
,PostGrouper
,PreTester
, andPostTester
hook interfaces are no longer exported.