nickw444 / appdaemon-testing

Ergonomic and pythonic unit testing for AppDaemon apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to test asyncio apps?

markusressel opened this issue · comments

Hi there,

really interested in this lib, looks great!
However, all of my appdaemon apps are written in asyncio "syntax".
Is there a way to test those with your lib as well?

Thx!

Hey @markusressel, there is no current way to do this unfortunately. I'd be open to reviewing a PR adding functionality to support this, however.