Re: [pytest-dev] another "i have had it moment" and a stern request ro review our interaction with backward compatibility

2018-11-13 Thread Zach Kanzler
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

Re: [pytest-dev] pyi stubs (PEP 561/ PEP-484) for pytest

2018-11-13 Thread Florian Bruhin
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

[pytest-dev] pyi stubs (PEP 561/ PEP-484) for pytest

2018-11-13 Thread Ilya Kazakevich
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