Skip to content

v0.3.0

Compare
Choose a tag to compare
@mikesep mikesep released this 23 Jul 16:32
9a6ea10

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 to RunInParallelParentTestName.

Removed

  • The PreGrouper, PostGrouper, PreTester, and PostTester hook interfaces are no longer exported.