SUnit

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
66 messages Options
1234
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Mariano Martinez Peck


On Wed, Dec 23, 2009 at 7:20 PM, Adrian Kuhn <[hidden email]> wrote:
Mariano Martinez Peck <marianopeck@...> writes:

> Can I add something to my dear santa list ??Many times, I have tests that
> freeze the image. And I don't known what test was the "guilty". I always hack
> the runCase to show in Transcript the test selector. Maybe adding a
> configurable logging option (enable/disable) may help.

Good point.

I plan to add a TestListener that can be used to do this.


You have already thought in everything ;)  Excellent then!!!

Thank you :)

Mariano
 
--AA



--
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


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Stéphane Ducasse
In reply to this post by Adrian Kuhn
Adrian

I know that in GNUSMalltalk paolo long time ago added logging facilities (I never looked at it
so may be this is just the description: but joseph once talked about that when he presented toothpick at Bern).

Stef

On Dec 23, 2009, at 7:20 PM, Adrian Kuhn wrote:

> Mariano Martinez Peck <marianopeck@...> writes:
>
>> Can I add something to my dear santa list ??Many times, I have tests that
>> freeze the image. And I don't known what test was the "guilty". I always hack
>> the runCase to show in Transcript the test selector. Maybe adding a
>> configurable logging option (enable/disable) may help.
>
> Good point.
>
> I plan to add a TestListener that can be used to do this.
>
> --AA
>
>
>
> --
> 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


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Mariano Martinez Peck


On Wed, Dec 23, 2009 at 7:36 PM, Stéphane Ducasse <[hidden email]> wrote:
Adrian

I know that in GNUSMalltalk paolo long time ago added logging facilities (I never looked at it
so may be this is just the description: but joseph once talked about that when he presented toothpick at Bern).


In addition I also remember Kieth work for Logging which was a frontend for different loggers such us SimpleLog. Links:

http://wiki.squeak.org/squeak/3706
http://wiki.squeak.org/squeak/5890

Sorry for go a bit offtopic, but is it possible to run only ONE test from the browser???   I would like to right click on a test method and be execute. Just  like the "run tests" option but only for THAT test and not all the tests of that class. Is that possible ?  how?

Cheers,

Mariano
 
Stef

On Dec 23, 2009, at 7:20 PM, Adrian Kuhn wrote:

> Mariano Martinez Peck <marianopeck@...> writes:
>
>> Can I add something to my dear santa list ??Many times, I have tests that
>> freeze the image. And I don't known what test was the "guilty". I always hack
>> the runCase to show in Transcript the test selector. Maybe adding a
>> configurable logging option (enable/disable) may help.
>
> Good point.
>
> I plan to add a TestListener that can be used to do this.
>
> --AA
>
>
>
> --
> 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


_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Adrian Kuhn
Mariano Martinez Peck <marianopeck@...> writes:

> Sorry for go a bit offtopic, but is it possible to run only ONE test from the
> browser???   I would like to right click on a test method and be execute.
> Just like the "run tests" option but only for THAT test and not all the tests
> of that class. Is that possible ?  

Fixed in my image.

If you file a bug report, I'll attach the fix :)

--AA


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Mariano Martinez Peck


On Wed, Dec 23, 2009 at 9:41 PM, Adrian Kuhn <[hidden email]> wrote:
Mariano Martinez Peck <marianopeck@...> writes:

> Sorry for go a bit offtopic, but is it possible to run only ONE test from the
> browser???   I would like to right click on a test method and be execute.
> Just like the "run tests" option but only for THAT test and not all the tests
> of that class. Is that possible ?

Fixed in my image.

If you file a bug report, I'll attach the fix :)

Excellent!!!!

http://code.google.com/p/pharo/issues/detail?id=1665
 
Let me say that I really like all the little improvements that are being done.

Cheers,

Mariano


--AA


_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Tudor Girba
In the current OB browser(s), if you press Command+T on a selected  
test method runs only that test.

Cheers,
Doru


On 23 Dec 2009, at 21:47, Mariano Martinez Peck wrote:

>
>
> On Wed, Dec 23, 2009 at 9:41 PM, Adrian Kuhn <[hidden email]>  
> wrote:
> Mariano Martinez Peck <marianopeck@...> writes:
>
> > Sorry for go a bit offtopic, but is it possible to run only ONE  
> test from the
> > browser???   I would like to right click on a test method and be  
> execute.
> > Just like the "run tests" option but only for THAT test and not  
> all the tests
> > of that class. Is that possible ?
>
> Fixed in my image.
>
> If you file a bug report, I'll attach the fix :)
>
> Excellent!!!!
>
> http://code.google.com/p/pharo/issues/detail?id=1665
>
> Let me say that I really like all the little improvements that are  
> being done.
>
> Cheers,
>
> Mariano
>
>
> --AA
>
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"Be rather willing to give than demanding to get."




_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Mariano Martinez Peck


On Thu, Dec 24, 2009 at 12:22 AM, Tudor Girba <[hidden email]> wrote:
In the current OB browser(s), if you press Command+T on a selected
test method runs only that test.


Are you sure ? If it press cmd + t over a test method, it is not executed only that method but also all the rest test methods of that class. I am trying 10496 dev with OBSystemBrowserAdaptor. I have checked again just in case but still have that behaviour.

Cheers

Mariano
 
Cheers,
Doru


On 23 Dec 2009, at 21:47, Mariano Martinez Peck wrote:

>
>
> On Wed, Dec 23, 2009 at 9:41 PM, Adrian Kuhn <[hidden email]>
> wrote:
> Mariano Martinez Peck <marianopeck@...> writes:
>
> > Sorry for go a bit offtopic, but is it possible to run only ONE
> test from the
> > browser???   I would like to right click on a test method and be
> execute.
> > Just like the "run tests" option but only for THAT test and not
> all the tests
> > of that class. Is that possible ?
>
> Fixed in my image.
>
> If you file a bug report, I'll attach the fix :)
>
> Excellent!!!!
>
> http://code.google.com/p/pharo/issues/detail?id=1665
>
> Let me say that I really like all the little improvements that are
> being done.
>
> Cheers,
>
> Mariano
>
>
> --AA
>
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"Be rather willing to give than demanding to get."




_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Tudor Girba
It should work if your mouse is over the methods pane.

Cheers,
Doru


On 24 Dec 2009, at 00:41, Mariano Martinez Peck wrote:

>
>
> On Thu, Dec 24, 2009 at 12:22 AM, Tudor Girba  
> <[hidden email]> wrote:
> In the current OB browser(s), if you press Command+T on a selected
> test method runs only that test.
>
>
> Are you sure ? If it press cmd + t over a test method, it is not  
> executed only that method but also all the rest test methods of that  
> class. I am trying 10496 dev with OBSystemBrowserAdaptor. I have  
> checked again just in case but still have that behaviour.
>
> Cheers
>
> Mariano
>
> Cheers,
> Doru
>
>
> On 23 Dec 2009, at 21:47, Mariano Martinez Peck wrote:
>
> >
> >
> > On Wed, Dec 23, 2009 at 9:41 PM, Adrian Kuhn <[hidden email]>
> > wrote:
> > Mariano Martinez Peck <marianopeck@...> writes:
> >
> > > Sorry for go a bit offtopic, but is it possible to run only ONE
> > test from the
> > > browser???   I would like to right click on a test method and be
> > execute.
> > > Just like the "run tests" option but only for THAT test and not
> > all the tests
> > > of that class. Is that possible ?
> >
> > Fixed in my image.
> >
> > If you file a bug report, I'll attach the fix :)
> >
> > Excellent!!!!
> >
> > http://code.google.com/p/pharo/issues/detail?id=1665
> >
> > Let me say that I really like all the little improvements that are
> > being done.
> >
> > Cheers,
> >
> > Mariano
> >
> >
> > --AA
> >
> >
> > _______________________________________________
> > 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
>
> --
> www.tudorgirba.com
>
> "Be rather willing to give than demanding to get."
>
>
>
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"Reasonable is what we are accustomed with."


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

csrabak
Is this by accident or was by design?  It seems too convoluted this mouse pointer modality plus some specific key combination. . .
 

Em 23/12/2009 22:23, Tudor Girba < [hidden email] > escreveu:


It should work if your mouse is over the methods pane.

Cheers,
Doru


On 24 Dec 2009, at 00:41, Mariano Martinez Peck wrote:

>
>
> On Thu, Dec 24, 2009 at 12:22 AM, Tudor Girba  
>  wrote:
> In the current OB browser(s), if you press Command+T on a selected
> test method runs only that test.
>
>
> Are you sure ? If it press cmd + t over a test method, it is not  
> executed only that method but also all the rest test methods of that  
> class. I am trying 10496 dev with OBSystemBrowserAdaptor. I have  
> checked again just in case but still have that behaviour.
>
> Cheers
>
> Mariano
>
> Cheers,
> Doru
>
>
> On 23 Dec 2009, at 21:47, Mariano Martinez Peck wrote:
>
> >
> >
> > On Wed, Dec 23, 2009 at 9:41 PM, Adrian Kuhn
> > wrote:
> > Mariano Martinez Peck  writes:
> >
> > > Sorry for go a bit offtopic, but is it possible to run only ONE
> > test from the
> > > browser???   I would like to right click on a test method and be
> > execute.
> > > Just like the "run tests" option but only for THAT test and not
> > all the tests
> > > of that class. Is that possible ?
> >
> > Fixed in my image.
> >
> > If you file a bug report, I'll attach the fix :)
> >
> > Excellent!!!!
> >
> > http://code.google.com/p/pharo/issues/detail?id=1665
> >
> > Let me say that I really like all the little improvements that are
> > being done.
> >
> > Cheers,
> >
> > Mariano
> >
> >
> > --AA
> >
> >
> > _______________________________________________
> > 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
>
> --
> www.tudorgirba.com
>
> "Be rather willing to give than demanding to get."
>
>
>
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"Reasonable is what we are accustomed with."


_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Tudor Girba
I actually do not know. I just know it is like that and that I would  
prefer to have a more straightforward action mapping :).

Cheers,
Doru


On 24 Dec 2009, at 01:29, [hidden email] wrote:

> Is this by accident or was by design?  It seems too convoluted this  
> mouse pointer modality plus some specific key combination. . .
>
>
> Em 23/12/2009 22:23, Tudor Girba < [hidden email] > escreveu:
>
>
> It should work if your mouse is over the methods pane.
>
> Cheers,
> Doru
>
>
> On 24 Dec 2009, at 00:41, Mariano Martinez Peck wrote:
>
>>
>>
>> On Thu, Dec 24, 2009 at 12:22 AM, Tudor Girba
>> wrote:
>> In the current OB browser(s), if you press Command+T on a selected
>> test method runs only that test.
>>
>>
>> Are you sure ? If it press cmd + t over a test method, it is not
>> executed only that method but also all the rest test methods of that
>> class. I am trying 10496 dev with OBSystemBrowserAdaptor. I have
>> checked again just in case but still have that behaviour.
>>
>> Cheers
>>
>> Mariano
>>
>> Cheers,
>> Doru
>>
>>
>> On 23 Dec 2009, at 21:47, Mariano Martinez Peck wrote:
>>
>>>
>>>
>>> On Wed, Dec 23, 2009 at 9:41 PM, Adrian Kuhn
>>> wrote:
>>> Mariano Martinez Peck  writes:
>>>
>>>> Sorry for go a bit offtopic, but is it possible to run only ONE
>>> test from the
>>>> browser???   I would like to right click on a test method and be
>>> execute.
>>>> Just like the "run tests" option but only for THAT test and not
>>> all the tests
>>>> of that class. Is that possible ?
>>>
>>> Fixed in my image.
>>>
>>> If you file a bug report, I'll attach the fix :)
>>>
>>> Excellent!!!!
>>>
>>> http://code.google.com/p/pharo/issues/detail?id=1665
>>>
>>> Let me say that I really like all the little improvements that are
>>> being done.
>>>
>>> Cheers,
>>>
>>> Mariano
>>>
>>>
>>> --AA
>>>
>>>
>>> _______________________________________________
>>> 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
>>
>> --
>> www.tudorgirba.com
>>
>> "Be rather willing to give than demanding to get."
>>
>>
>>
>>
>> _______________________________________________
>> 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
>
> --
> www.tudorgirba.com
>
> "Reasonable is what we are accustomed with."
>
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"Beauty is where we see it."




_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Adrian Kuhn
In reply to this post by Tudor Girba
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
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

laurent laffont
In reply to this post by Tudor Girba
Hi,

may be you can take a look at TDDFacilities on squeaksource, you can press Ctr+t in the code panel to run the test.

There's other facilities that speed up TDD, I like it. See http://lists.gforge.inria.fr/pipermail/pharo-project/2009-June/010033.html

Cheers,

Laurent Laffont

On Thu, Dec 24, 2009 at 12:22 AM, Tudor Girba <[hidden email]> wrote:
In the current OB browser(s), if you press Command+T on a selected
test method runs only that test.

Cheers,
Doru


On 23 Dec 2009, at 21:47, Mariano Martinez Peck wrote:

>
>
> On Wed, Dec 23, 2009 at 9:41 PM, Adrian Kuhn <[hidden email]>
> wrote:
> Mariano Martinez Peck <marianopeck@...> writes:
>
> > Sorry for go a bit offtopic, but is it possible to run only ONE
> test from the
> > browser???   I would like to right click on a test method and be
> execute.
> > Just like the "run tests" option but only for THAT test and not
> all the tests
> > of that class. Is that possible ?
>
> Fixed in my image.
>
> If you file a bug report, I'll attach the fix :)
>
> Excellent!!!!
>
> http://code.google.com/p/pharo/issues/detail?id=1665
>
> Let me say that I really like all the little improvements that are
> being done.
>
> Cheers,
>
> Mariano
>
>
> --AA
>
>
> _______________________________________________
> 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

--
www.tudorgirba.com

"Be rather willing to give than demanding to get."




_______________________________________________
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
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Stéphane Ducasse
  5. It does not ask for unknown selectors or unused variables when a
method is saved

is integrated already may be in 1.1 only I do not remember

On Dec 24, 2009, at 8:32 AM, laurent laffont wrote:

> Hi,
>
> may be you can take a look at TDDFacilities on squeaksource, you can press Ctr+t in the code panel to run the test.
>
> There's other facilities that speed up TDD, I like it. See http://lists.gforge.inria.fr/pipermail/pharo-project/2009-June/010033.html
>
> Cheers,
>
> Laurent Laffont
>
> On Thu, Dec 24, 2009 at 12:22 AM, Tudor Girba <[hidden email]> wrote:
> In the current OB browser(s), if you press Command+T on a selected
> test method runs only that test.
>
> Cheers,
> Doru
>
>
> On 23 Dec 2009, at 21:47, Mariano Martinez Peck wrote:
>
> >
> >
> > On Wed, Dec 23, 2009 at 9:41 PM, Adrian Kuhn <[hidden email]>
> > wrote:
> > Mariano Martinez Peck <marianopeck@...> writes:
> >
> > > Sorry for go a bit offtopic, but is it possible to run only ONE
> > test from the
> > > browser???   I would like to right click on a test method and be
> > execute.
> > > Just like the "run tests" option but only for THAT test and not
> > all the tests
> > > of that class. Is that possible ?
> >
> > Fixed in my image.
> >
> > If you file a bug report, I'll attach the fix :)
> >
> > Excellent!!!!
> >
> > http://code.google.com/p/pharo/issues/detail?id=1665
> >
> > Let me say that I really like all the little improvements that are
> > being done.
> >
> > Cheers,
> >
> > Mariano
> >
> >
> > --AA
> >
> >
> > _______________________________________________
> > 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
>
> --
> www.tudorgirba.com
>
> "Be rather willing to give than demanding to get."
>
>
>
>
> _______________________________________________
> 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


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Lukas Renggli
In reply to this post by Adrian Kuhn
Indeed, it aways runs all tests of a class. Should that be changed? I
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
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Adrian Kuhn
Lukas Renggli <renggli@...> writes:

> Indeed, it always runs all tests of a class. Should that be changed? I
> found it more useful to run them all, instead of just one.

Fixed it in my image (and attached on google).

Its awesome when you work on one test in particular.It is somehow annoying
 when you browse a package ... click click click ... dive into one method
 and want to run the whole test case. But one might get used to it quickly.

Maybe different action for Cmd+T in the source editor and the method list?
 (or is that too confusing?)

--AA

PS: also broken was that when you ran one method the history of all other
 methods was lost. Fixed in akuhn/SUnit now.


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Stéphane Ducasse
Normally it works to click on the class or package to run all the test of the packages
now may be the binding does not do it but pressing on the icon was working like that

On Dec 24, 2009, at 10:16 AM, Adrian Kuhn wrote:

> Lukas Renggli <renggli@...> writes:
>
>> Indeed, it always runs all tests of a class. Should that be changed? I
>> found it more useful to run them all, instead of just one.
>
> Fixed it in my image (and attached on google).
>
> Its awesome when you work on one test in particular.It is somehow annoying
> when you browse a package ... click click click ... dive into one method
> and want to run the whole test case. But one might get used to it quickly.
>
> Maybe different action for Cmd+T in the source editor and the method list?
> (or is that too confusing?)
>
> --AA
>
> PS: also broken was that when you ran one method the history of all other
> methods was lost. Fixed in akuhn/SUnit now.
>
>
> _______________________________________________
> 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
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Mariano Martinez Peck
In reply to this post by Lukas Renggli


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
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Lukas Renggli
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

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
Reply | Threaded
Open this post in threaded view
|

Re: SUnit forked, gofer it

Mariano Martinez Peck

hahahah  did I convinced you ?  Thank you very much. This was my little christmas gift.

I put the issue as closed.

Cheers

Mariano

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

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
Reply | Threaded
Open this post in threaded view
|

Should re-post as top level (was Re: getting started with sound)

Adrian Kuhn
In reply to this post by Cameron Sanders-3
Cameron Sanders <camsanders01@...> writes:

> Not that I have finished any of the other projects that are of importance to
> me... but I am wondering how/where to get started with sound. I have no idea
> what capabilities already exist even though there is a long list of related
> classes. Can I record from a mic and get the list of notes? etc.

Guess your message ended up in the wrong thread. Try repost as top level
 message, ie create a fresh email and manually enter the address of the
 mailing list (if you reply to any mail from the list, your mail is included
 in the running thread and only few folks will notice it).

--AA



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
1234