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

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 1 23:41:27 PDT 2015


On 2015-04-01 21:31, Dicebot wrote:
> P.S. I hate all the Ruby testing facilities, hate with bloody passion.

The unit test framework in the Ruby standard library:

class FooTest
   def test_foo_bar
     assert 3 == 3
   end
end

Looks likes most other testing frameworks out there to me.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list