theY4Kman / pycharm-pytest-imp

PyCharm pytest improvements plugin
https://plugins.jetbrains.com/plugin/14202-pytest-imp/
17 stars 2 forks source link

Add support for pytest-lambda async fixtures #13

Closed theY4Kman closed 2 years ago

theY4Kman commented 2 years ago

pytest-lambda now supports passing async_=True to automatically await evaluated expressions. It would be nice if pytest imp would evaluate the types of these fixtures as the awaitable's wrapped value, instead of the awaitable itself — i.e. int instead of Coroutine[Any, Any, int]

theY4Kman commented 2 years ago

Added in version 0.6.0