Tests and software process

Lex Spoon lex at cc.gatech.edu
Fri Nov 3 16:33:28 UTC 2006


Keith Hodges <keith_hodges at yahoo.co.uk> writes:
> Although right now I feel I might need to go back and read Howards
> posts in order to try and learn from history. This is similar to the
> scheme that I described in my previous post as an extension to SUnit.

Nice!  Notice, thuogh, that you can use the pendtest prefix proposal
even using stock SUnit.  Programmers can rename the methods to turn
tests on and off.


-Lex




> to illustrate with your example
> 
> TestCase-c-publishedSuites
> ^ #( #allStandardTests #pendingTests)
> 
> TestCase-c-allStandardTests
> ^ 'test*'
> 
> TestCase-c-pendingTests
> ^ 'pendtest*'
> 
> Keith
> 




More information about the Squeak-dev mailing list