Re: [Python-mode] running Python tests

2011-03-15 Thread m h
On Tue, Mar 15, 2011 at 6:48 AM, Yaroslav Halchenko wrote: > Hi Andreas, > > Thank you for the invitation -- unfortunately I am already overloaded > with other projects so would not be able to provide adequate time to > python-mode.  Moreover my elisp knowledge is quite basic :-/ > > FWIW I use py

Re: [Python-mode] running Python tests

2011-03-15 Thread m h
On a somewhat related note, I've got a module that provides code coveraeg[0] reporting. It's somewhat functional right now, but needs a little bit of work to be more robust. One feature I'm planning to add when I get some time is a way to invoke tests for a function/class and get coverage info fr

Re: [Python-mode] running Python tests

2011-03-15 Thread Yaroslav Halchenko
Hi Andreas, Thank you for the invitation -- unfortunately I am already overloaded with other projects so would not be able to provide adequate time to python-mode. Moreover my elisp knowledge is quite basic :-/ FWIW I use python-mode together with rope to get me some quick navigation facilities

Re: [Python-mode] running Python tests

2011-03-15 Thread Andreas Röhler
Am 15.03.2011 04:39, schrieb Yaroslav Halchenko: Dear Python-mode gurus, could someone look into adopting at least minimalistic convenience to run unittests from within emacs? e.g. https://bitbucket.org/jpellerin/nosemacs seems to be doing its minimal job just fine Hi Yaroslav, thanks poin

[Python-mode] running Python tests

2011-03-14 Thread Yaroslav Halchenko
Dear Python-mode gurus, could someone look into adopting at least minimalistic convenience to run unittests from within emacs? e.g. https://bitbucket.org/jpellerin/nosemacs seems to be doing its minimal job just fine -- =--= Keep