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

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

[Python-mode] Fw: [Branch ~python-mode-devs/python-mode/python-mode] Rev 402: py-goto-beginning-of-tqs-lp:735328-test with py-bug-numbered-tests.el added

2011-03-15 Thread Barry Warsaw
Hi Andreas. Did you really mean to commit a directory listing as a .el file? ;) -Barry Begin forwarded message: Date: Tue, 15 Mar 2011 11:11:16 - From: nore...@launchpad.net To: Barry Warsaw Subject: [Branch ~python-mode-devs/python-mode/python-mode] Rev 402: py-goto-beginning-of-tqs-lp:7

Re: [Python-mode] Fw: [Branch ~python-mode-devs/python-mode/python-mode] Rev 402: py-goto-beginning-of-tqs-lp:735328-test with py-bug-numbered-tests.el added

2011-03-15 Thread Andreas Röhler
Am 15.03.2011 17:23, schrieb Barry Warsaw: Hi Andreas. Did you really mean to commit a directory listing as a .el file? ;) -Barry OMG, seems something swapped over... Sorry and thanks. It's okay at my home board BTW, no magic. Just got the wrong buffer when saving. Andreas Begin forwa

[Python-mode] apropos py-bug-numbered-tests

2011-03-15 Thread Andreas Röhler
Hi Barry, test concerning last bug report `goto-beginning-of-tqs-lp:735328-test' should go through with python-mode.el, some others too, but not all. To tackle remaining bugs, would change some lisp of python-mode.el towards more common forms. For example `py-save' now is as macro `ignore-errors

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 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] apropos py-bug-numbered-tests

2011-03-15 Thread Barry Warsaw
On Mar 15, 2011, at 07:47 PM, Andreas Röhler wrote: >To tackle remaining bugs, would >change some lisp of python-mode.el towards more common >forms. For example `py-save' now is as macro >`ignore-errors' available. The question is cross-Emacsen compatibility, and also compatibility with older Ema

Re: [Python-mode] apropos py-bug-numbered-tests

2011-03-15 Thread Andreas Röhler
Am 15.03.2011 21:09, schrieb Barry Warsaw: On Mar 15, 2011, at 07:47 PM, Andreas Röhler wrote: To tackle remaining bugs, would change some lisp of python-mode.el towards more common forms. For example `py-save' now is as macro `ignore-errors' available. The question is cross-Emacsen compatibi

Re: [Python-mode] apropos py-bug-numbered-tests

2011-03-15 Thread Barry Warsaw
On Mar 15, 2011, at 09:55 PM, Andreas Röhler wrote: >Listen, Barry: the code is intrinsic for me to an extend, that I don't know >how to fix the remaining bugs mentioned. All these bugs are absent in the >components branch, because it's simplified from the scratch - more or less... > >Tried to bac

[Python-mode] r401 is broken

2011-03-15 Thread Barry Warsaw
Hi Andreas, r401 broke TAB indentation in Emacs 23. In the attached file, set the cursor at the end of line 48, then hit return and tab. Point does not indent. Cheers, -Barry # Copyright (C) 2011 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # # GNU Mailman is fre

Re: [Python-mode] r401 is broken

2011-03-15 Thread Andreas Röhler
Am 15.03.2011 22:21, schrieb Barry Warsaw: Hi Andreas, r401 broke TAB indentation in Emacs 23. In the attached file, set the cursor at the end of line 48, then hit return and tab. Point does not indent. Cheers, -Barry there was a typo, done now. Will see again tomorrow. __