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,
_______________________________________________
pytest-dev mailing list
pytest-dev@python.org
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to