1 Jul 2004 07:31
Re: utest conversion tool question
Laura Creighton <lac <at> strakt.com>
2004-07-01 05:31:30 GMT
2004-07-01 05:31:30 GMT
In a message of Wed, 30 Jun 2004 20:55:34 +0200, holger krekel writes: >Hey Laura, > >[Laura Creighton Wed, Jun 30, 2004 at 04:43:25PM +0200] >> I am still dizzy and sick, but I am trying to get something done anyhow >. I have >> this question. > >ups, didn't know you were ill, but you seem to have fun recovering(Continue reading)> >> If you start with >> >> self.assertEquals(f(x) + >> g(x) == q(x), 'Message to print when the assertion fa >ils') > >Oh, ^^^^ you mean a comma here, i guess?! Yes. silly me. >> you would like things to come back as >> >> assert f(x) +\ >> g(x) == q(x), 'Message to print when the assertion fai >ls' > >actually i'd prefer > > assert f(x) + g(x) == q(x), 'Message to print when the assertion fails' >
>
>> If you start with
>>
>> self.assertEquals(f(x) +
>> g(x) == q(x), 'Message to print when the assertion fa
>ils')
>
>Oh, ^^^^ you mean a comma here, i guess?!
Yes. silly me.
>> you would like things to come back as
>>
>> assert f(x) +\
>> g(x) == q(x), 'Message to print when the assertion fai
>ls'
>
>actually i'd prefer
>
> assert f(x) + g(x) == q(x), 'Message to print when the assertion fails'
>
.
Terry J. Reedy
_______________________________________________
pypy-dev <at> codespeak.net
RSS Feed