J Peyret a écrit :
(snip first question)
>
> Second question:
>
> I'd like a basic UML tool to draw up some interaction diagrams
> (Collaboration/Sequence) on some of my hairier pieces of code. I
> think of it more as documentation/brainstorming diagrams than anything
> else. I.e. something tha
Ricardo Aráoz wrote:
> J Peyret wrote:
>
>> I got coverage.py to work after somewhat of a difficult start...
>>
>> Hint: if moving your code from Windows to Linux and if running
>> 'coverage.py -r mymodule.py' causes SyntaxError/SyntaxException, the
>> 'flip' utility is your friend to deal with
I got coverage.py to work after somewhat of a difficult start...
Hint: if moving your code from Windows to Linux and if running
'coverage.py -r mymodule.py' causes SyntaxError/SyntaxException, the
'flip' utility is your friend to deal with removing those nasty \r\n
newlines that are preventing co
J Peyret wrote:
> I got coverage.py to work after somewhat of a difficult start...
>
> Hint: if moving your code from Windows to Linux and if running
> 'coverage.py -r mymodule.py' causes SyntaxError/SyntaxException, the
> 'flip' utility is your friend to deal with removing those nasty \r\n
> new