July 11, 2013
10:19 p.m.
On 2013-07-11, at 09:12, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: > On Jul 11, 2013, at 8:32 AM, Marcus Denker <marcus.denker@inria.fr> wrote: >> On Jul 11, 2013, at 8:26 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote: >> >>> I would really like to have Sunit 5 in Pharo. >>> >> >> Of course we added lots of things to Sunit, so this means rewriting tests. (e.g. skip). >> >> And we will get the sunit* methods back⦠I hate them :-) > this is why we should > - have the possibility to have two different Unit frameworks > - take the time to get the new version. It only makes sense to adapt the public methods on TestCase, the rest we should keep or rewrite. We really need a separate test runner (not UI, but model) as it is done in SMark for instance.