On Thu, Dec 24, 2009 at 10:56 AM, Lukas Renggli <[hidden email]> wrote: Changed in Are you sure you commited ? In http://source.wiresong.ca/ob the last version I see is OB-SUnitIntegration-AdrianKuhn.15 But maybe is a problem in my image or proxy caching something. Cheers and happy christmas. mariano 2009/12/24 Mariano Martinez Peck <[hidden email]>: _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
I maintain my own "stable" fork of OB at
http://source.lukas-renggli.ch/omnibrowser. Colin merges the code from time-to-time. I found that the official code was often broken or in-stable, because too many people changed things ... Lukas 2009/12/25 Mariano Martinez Peck <[hidden email]>: > > > On Thu, Dec 24, 2009 at 10:56 AM, Lukas Renggli <[hidden email]> wrote: >> >> Changed in >> >> Name: OB-SUnitIntegration-lr.16 >> Author: lr >> Time: 24 December 2009, 10:54:56 am >> UUID: 661b0ef3-03df-4193-84ed-e482c9baaec6 >> Ancestors: OB-SUnitIntegration-AdrianKuhn.15 >> >> - run tests depending on selection >> > > Are you sure you commited ? In http://source.wiresong.ca/ob the last > version I see is OB-SUnitIntegration-AdrianKuhn.15 > But maybe is a problem in my image or proxy caching something. > > Cheers and happy christmas. > > mariano > >> >> 2009/12/24 Mariano Martinez Peck <[hidden email]>: >> > >> > >> > On Thu, Dec 24, 2009 at 9:52 AM, Lukas Renggli <[hidden email]> >> > wrote: >> >> >> >> Indeed, it aways runs all tests of a class. Should that be changed? I >> > >> > Yes!!!! If you have selected a particular method, the idea is to run >> > THAT >> > method, not all. Why you need to select then ? >> > If you want all methods go to the class or even to the tests runner. >> > >> >> >> >> found it more useful to run them all, instead of just one. >> >> >> >> Lukas >> >> >> >> 2009/12/24 Adrian Kuhn <[hidden email]>: >> >> > Tudor Girba <tudor.girba@...> writes: >> >> > >> >> >> It should work if your mouse is over the methods pane. >> >> > >> >> > Not true in OB. >> >> > >> >> > >> >> > -- >> >> > 4th Workshop on Dynamic Languages and Applications >> >> > Submit papers by March 31, 2010. http://bit.ly/dyla2010 >> >> > >> >> > >> >> > _______________________________________________ >> >> > Pharo-project mailing list >> >> > [hidden email] >> >> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> > >> >> >> >> >> >> >> >> -- >> >> Lukas Renggli >> >> http://www.lukas-renggli.ch >> >> >> >> _______________________________________________ >> >> Pharo-project mailing list >> >> [hidden email] >> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > >> > >> > _______________________________________________ >> > Pharo-project mailing list >> > [hidden email] >> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > >> >> >> >> -- >> Lukas Renggli >> http://www.lukas-renggli.ch >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
On Fri, Dec 25, 2009 at 1:54 PM, Lukas Renggli <[hidden email]> wrote: I maintain my own "stable" fork of OB at Ok... I didn't know about that. The problem is that in the pharo scripts we are using to generate the dev image we install OB from here: http://source.wiresong.ca/ob :( Can I commit it there? what can be the problem ? Thanks Mariano Lukas _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
> Can I commit it there? what can be the problem ?
I copied it there. Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Adrian Kuhn
Is there a way to see which tests invoked a given method? Sometimes you're trying to understand a method, to see if it does what you're trying to achieve. In such cases, it would be really handy to see which tests used a given method during a system-wide test, and then invoke one of those to give you a handle on the method. Does such a thing already exist? ...Stan
|
Given a set of tests you need to know which ones cover that method? is that what you want?
We have a class to do that in MutationTesting package (http://code.google.com/p/mutalk/) The class is called CoverageAnalysis. It has some tests to see how it works but you can ask me if you need help. On Tue, Apr 6, 2010 at 7:03 AM, Stan Shepherd <[hidden email]> wrote:
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |