Hi lukas
Yes, that's what I wrote in the second paragraph :-)
I could not find your second paragraph. I would prefer to avoid to lose what have been added to SUnit. Now I read the SUnit version of keith and there are only a couple of methods that do not exist in pharo from his version. I did not check the SUnit-Extensions (because the package was empty). But it would be good to have a way to integrate that too. AddSuite... and others seems obvious good addition. Now I checked SUnit3.2 and well.... if we restart from it then a lot of what marcus did to clean it will be lost. Behavior>>sunitAllSelectors ^self allSelectors asSortedCollection asOrderedCollection BTW our version does not have the last fixes of marcus from the SUnit repository. BlockContext>>sunitOn: anException do: aHandlerBlock ^self on: anException do: aHandlerBlock Class>>sunitName ^ self name Do we want this kind of crap? Now we could do that incrementally. Do you know if SUnit3.2 has tests? Stef