Re: Coverage.py reporting and UML tools - what exists already?

2008-02-14 Thread Bruno Desthuilliers
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

Re: Coverage.py reporting and UML tools - what exists already?

2008-02-14 Thread Juha S.
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

Coverage.py reporting and UML tools - what exists already?

2008-02-13 Thread J Peyret
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

Re: Coverage.py reporting and UML tools - what exists already?

2008-02-13 Thread Ricardo Aráoz
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