On Apr 16, 2010, at 10:41 AM, Torsten Bergmann wrote: > Just a short wish list for 1.1. regarding test cases: > > 1. After running all tests in 1.0 I still have three files > left on hard disk (rb-spelling.dat, foobug6933, > NSDataStreamTest###testGlobal test) > > If we are able to create a Continuos Integration system > (for core and dev image) we should check in a final test > case that no files are left.
+ 1 > > 3. We still have classes with methods that are not categorized. > For instance the methods in RenderBugz (a test case subclass) > could be easily categorized. > > One quality check for the CI system could be to check if > all methods in a release are categorized. + 1 did you try to use the autocategorizer? This is on my todo but no time > 2. When deleting all test cases using > > TestCase allSubclasses do: [:each | each removeFromSystem ] > > I have also Monticello packages changed that are not in test > packages. > > Hope we find the time to clearly separate the tests from > the "core" package to clean unload the tests and continue > the modularization efforts. Oops. > > However ... the only constant is change and our progress so > far is really good. 4. We should have a consistent naming of Test-Package And I should finish this new Package stuff........ Stef _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
