Hi All,<div><br></div><div>If you use py.test to run your tests and Vim to edit code you might be interested in the latest release for pytest.vim a </div><div>Vim plugin that lets you run your tests from Vim in a very interactive way.</div>

<div><br></div><div>The newly added functionality in this release is PDB capabilities. You can now chose to run</div><div>A method, class or file tests with `--pdb` or `-s` (standard PDB and capturing py.test flags) to drop</div>

<div>to a PDB session.</div><div><br></div><div>Docs and examples are in Github [0]</div><div>Tarball can be grabbed from Vim.org [1]</div><div><br></div><div>If you have any suggestions or complaints, they are most welcome! </div>

<div><br></div><div><br></div><div>-Alfredo</div><div><br></div><div><br></div><div>[0] <a href="https://github.com/alfredodeza/pytest.vim">https://github.com/alfredodeza/pytest.vim</a></div><div>[1] <a href="http://www.vim.org/scripts/script.php?script_id=3424">http://www.vim.org/scripts/script.php?script_id=3424</a></div>