[pytest-dev] PyCharm "skeletons" for pytest

Bruno Oliveira nicoddemus at gmail.com
Fri Mar 6 14:44:05 CET 2015


Hi all,

I've implemented PyCharm "skeletons" for pytest. Skeletons are hints to
PyCharm's auto-completion engine for modules that make heavy use of dynamic
declarations, such as pytest.

To install it, type:

cd $HOME/.PyCharm40/config
git clone https://github.com/nicoddemus/python-skeletons.git -b pytest

I have opened a PR for this to be incorporated into the official PyCharm
skeletons, but this was awhile ago so I thought I would mention it here so
others can make use of it while it is not merged.

Cheers,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pytest-dev/attachments/20150306/b72097c4/attachment.html>


More information about the pytest-dev mailing list