<div dir="ltr">Hi all,<div><br></div><div>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.</div><div><br></div><div>To install it, type:</div><div><br></div><div>cd $HOME/.PyCharm40/config</div><div>git clone <a href="https://github.com/nicoddemus/python-skeletons.git">https://github.com/nicoddemus/python-skeletons.git</a> -b pytest<br></div><div><br></div><div>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.</div><div><br></div><div>Cheers,</div></div>