<br><br><div><span class="gmail_quote">On 3/21/07, <b class="gmail_sendername">Kumar McMillan</b> &lt;<a href="mailto:kumar.mcmillan@gmail.com">kumar.mcmillan@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Dear fellow python testineers...<br><br>While running nosetests, I got tired of bouncing between my shell and<br>editor, jumping to the methods in a traceback.&nbsp;&nbsp;But I prefer running<br>tests in the shell then in my editor itself.&nbsp;&nbsp;So ... I did what any
<br>other nose-hacker would do in such a situation, I wrote a plugin!<br>Here is the tagline:<br><br>nosetty: A plugin to run nosetests more interactively</blockquote><div><br>
 </div><div><br>
I was struggiling with exactly the same problem and ended up with this:<br>
<a href="http://maxischenko.in.ua/blog/entries/109/nose-vim-integration">http://maxischenko.in.ua/blog/entries/109/nose-vim-integration</a> <br>
<br>
This is yet another nose plugin which allows Vim to hook up nose as a
&#39;complier&#39;. So you can run nosetests from within Vim and then browse
error list and jump back and forth between them.<br>
<br>
It even works (usually).<br>
<br>
Max.<br>
<br>
</div></div><br>