HelloThisIsFlo / Appdaemon-Test-Framework

Clean, human-readable tests for Appdaemon
https://hellothisisflo.github.io/Appdaemon-Test-Framework/
MIT License
45 stars 19 forks source link

Test setup should cover all supported Python versions #38

Closed lifeisafractal closed 4 years ago

lifeisafractal commented 4 years ago

Currently the Tox tests are only run against Python 3.6. #37 and #36 both show Python 3.8 issues that could be cause with automated test coverage.

Proposal:

Immediate consequences:

HelloThisIsFlo commented 4 years ago

Yes. I agree. Let's support 3.7 & 3.8 (and update tox)

For now, there's still a bug with 3.8, #37 is fixing it but I'd like to spend some time to understand how it's fixing it before merging. I'll probably have some time to look at that on Monday