alfredodeza / pytest.vim

Runs your UnitTests with py.test displaying red/green bars and errors
275 stars 40 forks source link

:Pytest error error #7

Closed totte closed 12 years ago

totte commented 12 years ago

If I open a Python file with a few assertion errors in it, run ":Pytest file" and then press either "q" or "Return" to close the list of errors followed by running ":Pytest error" I get E127 errors stating that the functions ShowError, ToggleShowError and Proxy (in pytest.vim) cannot be redefined since they are in use.

alfredodeza commented 12 years ago

Can you try with the latest commit? It seemed fixed to me :)

totte commented 12 years ago

I can still reproduce the error in commit 1fb9babf22 - the bangs one, if that's the one you meant?

alfredodeza commented 12 years ago

Apologies, somehow, I managed to not fully push here. Please check again?

totte commented 12 years ago

All is well. Much appreciated.