[TIP] [ANN] pytest.vim 0.6.0

Alfredo Deza alfredodeza at gmail.com
Tue Apr 19 16:56:02 PDT 2011


Hi All,

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
Vim plugin that lets you run your tests from Vim in a very interactive way.

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

Docs and examples are in Github [0]
Tarball can be grabbed from Vim.org [1]

If you have any suggestions or complaints, they are most welcome!


-Alfredo


[0] https://github.com/alfredodeza/pytest.vim
[1] http://www.vim.org/scripts/script.php?script_id=3424
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20110419/eb684762/attachment.htm>


More information about the testing-in-python mailing list