Re: [Python-mode] coverage and tests

2012-08-21 Thread Andreas Röhler
Am 21.08.2012 23:20, schrieb Andrea Crotti: So one thing which would be awesome to have is the ability to see which lines are not tested while I'm writing my code... There is already an extension here but I could not get it working https://github.com/mattharrison/pycoverage.el At the moment wh

[Python-mode] coverage and tests

2012-08-21 Thread Andrea Crotti
So one thing which would be awesome to have is the ability to see which lines are not tested while I'm writing my code... There is already an extension here but I could not get it working https://github.com/mattharrison/pycoverage.el At the moment what I do is simply to to set in .dir-locals.el

Re: [Python-mode] smart-operator-mode

2012-08-21 Thread Andrea Crotti
On 08/21/2012 08:49 PM, Andrea Crotti wrote: I just uploaded from bazaar and checking all the new great things, and I think I encountered a very small bug: (defun py-toggle-smart-operator (&optional arg) "If `py-smart-operator-mode-p' should be on or off. Returns value of `py-smart-operator-

[Python-mode] smart-operator-mode

2012-08-21 Thread Andrea Crotti
I just uploaded from bazaar and checking all the new great things, and I think I encountered a very small bug: (defun py-toggle-smart-operator (&optional arg) "If `py-smart-operator-mode-p' should be on or off. Returns value of `py-smart-operator-mode-p' switched to. " (interactive) (let