Live data from Hacker News

Ensure: A simple testing framework for Go

github.com

1–2 of 2 posts

Re: Ensure: A simple testing framework for Go

#2
Author here.

I like text descriptions around my test so wrote this based a little bit on my experiences with XBehave in the .net space.

Looking for any and all feedback, comments, etc.

It serves me well for what I use it for and figured it may be useful for a handful of people who aren't me, so made it public.