[REBOL] Unittests?
From: robert::muench::robertmuench::de at: 1-Nov-2002 17:46
Hi, I have found an old scrip from Stan Silver for unit testing.
However, IMO unit testing should be integral part of Rebol. I would like
to be able to start Rebol with a unit test flag, in this case Rebol will
first execute all defined unit tests and continue only if all succeeded.
Wouldn't this be cool? So we have a continuous quality check of code.
Further it makes library usage a lot easier. While developing you will
find bugs earlier.
Do we need to change Rebol for this or does anyone has an idea how to do
it with what we have? Robert