[pypy-dev] utest conversion

Laura Creighton lac at strakt.com
Tue Jun 15 21:57:55 CEST 2004


In a message of Tue, 15 Jun 2004 21:32:45 +0200, holger krekel writes:
>[Laura Creighton Tue, Jun 15, 2004 at 09:23:40PM +0200]
>> 
>> Is it reasonable to simplyfy the solution so that people who write:
>> 
>> self.assertEquals(True,
>> 	          self.assertEquals(0,0)
>>                   )
>> 
>> get what they deserve, i.e. flogging with wet noodles until dawn?
>
>actually the above statement doesn't make much sense as 
>the 'assert*' methods of unittest.py usually return None. 
>So yes, recursive assert constructions should not overly worry you.   
>
>Something else: It would be good if you switched to working on
>the trunk-version of PyPy. The branch/src-newobjectmodel is basically
>out of order and has been merged back into the trunk on the sunday
>before EuroPython 2004.  (You can see where you are via "svn info" 
>in e.g. the src/ directory).

I'm not there.  I'm in http://codespeak.net/svn/pypy/branch/src-new-utest/pypy/tool
and I made that branch the thursday or Friday after EP.  Do you want me to
move?

Laura, who figures she should go mangle a copy of the trunk first, at any rate ...

>
>cheers,
>
>    holger
>
>P.S.: IIUC means If i understand correctly. 



More information about the Pypy-dev mailing list