Thanks for all your answers, I’m collecting these projects for the experiment. :-)
Peter, > Le 5 juil. 2018 à 21:12, Peter Uhnák <[email protected]> a écrit : > > Hi, > > can you please include in the README at the very least how it should be > launched? Looking through the code I eventually found that there's a world > menu entry... but that's not exactly the best way to discovery. Yeah, the GitHub repository is not yet in a good state, the previous mail was not an announcement for the project in fact, I just put the link to show it exists, it’s real… :-) Anyway, you can run it (without the GUI, because there are some bugs in it and I do not focus too much on it for now) using this: [RottenTestsFinder analyze: (RPackage organizer packageNamed: 'Collections-Tests')] on: Warning do: #resume. > > I've ran it on couple of projects, but it didn't show anything apart from > self skip, but if you find something else, I'd be interested to see what it > can detect. In Collection tests you have some rotten tests. :-) BUT, the result are not totally correct right now, it is still under development so do not expect it to work for now. > > https://github.com/peteruhnak?utf8=%E2%9C%93&tab=repositories&q=&type=source&language=smalltalk > > <https://github.com/peteruhnak?utf8=%E2%9C%93&tab=repositories&q=&type=source&language=smalltalk> > > > Also when I filter packages and select one, the test cases list contains some > random unrelated tests. When the filtering is not on, the test cases are > correct. Yeah, I know this bug, the filter of the Spec widget does not work as I expected. If you do not use the filters, it should work well. You can select all tests in the second list using Cmd+a. Cheers, Julien
