Hi, y'all!
I share a similar sentiment as Oliver and Sylvain — pytest has changed my
life so much for the better, and I don't have a difficult time showing
others how dead simple it is to get started. Like Sylvain said: it's a tad
more difficult to show the power of fixtures at first glance, but t
Hey Ilya,
On Wed, Nov 14, 2018 at 01:19:25AM +0300, Ilya Kazakevich wrote:
> My name is Ilya, I develop pytest integration in PyCharm IDE.
Yay, thanks for that! \o/
> There is a PEP-484 that covers optional type hinting for Python an
> PEP-561 that describes how to distribute this information as
Hello,
My name is Ilya, I develop pytest integration in PyCharm IDE.
There is a PEP-484 that covers optional type hinting for Python an
PEP-561 that describes how to distribute this information as separate
package
with .pyi files (also called stubs).
Type hinting is huge benefit for any static a