unittests are really part of the build, not a special run

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 1 11:57:19 PDT 2015


On 2015-04-01 20:04, Ary Borenszweig wrote:

> By the way, this is the way we do it in Crystal. The source code
> for the spec library is here, if you need some inspiration:
> https://github.com/manastech/crystal/tree/master/src/spec . It's
> just 687 lines long.

Ahhh, looks like my old buddy RSpec :). Does it do all the fancy things 
with classes, instance and inheritance, that is, each describe block is 
a class an each it block is an instance method?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list