prettytest icon indicating copy to clipboard operation
prettytest copied to clipboard

Any thoughts on using closures for BDD style tests?

Open nathany opened this issue 12 years ago • 0 comments

I imagine it would be possible to do something like Jasmine. The describe/it functions could be imported with . (like Gocheck) and take a string description and a func.

In the Ruby world, MiniTest implements a BDD style API on top of the more typical TDD API. Might be interesting.

nathany avatar Feb 21 '13 06:02 nathany