kennedyshead / aioasuswrt

MIT License
24 stars 24 forks source link

Update instructions for running tests #86

Open robyoung opened 2 years ago

robyoung commented 2 years ago

I tried using the testing instructions but they do not work as they depend on a bunch of test dependencies being in place. While investigating I also discovered that running tests through setuptools is no longer recommended. I have updated the instructions to follow the steps taken in the GitHub action.

I have also explicitly set the asyncio_mode as this was raising a warning. It looks like the other warnings will be addressed when asyncssh is updated.