What's Changed
* tests: move tests to file that is automatically found by pytest by michalc in https://github.com/michalc/stream-inflate/pull/5
* ci: run tests using pytest by michalc in https://github.com/michalc/stream-inflate/pull/6
* tests: use pytest style rather than unittest by michalc in https://github.com/michalc/stream-inflate/pull/7
* ci: use token to upload to CodeCov by michalc in https://github.com/michalc/stream-inflate/pull/8
* perf: only allow a single iterable to be queued by michalc in https://github.com/michalc/stream-inflate/pull/10
* per: exit early from from_cache, saving 5% to 10% of runtime by michalc in https://github.com/michalc/stream-inflate/pull/11
**Full Changelog**: https://github.com/michalc/stream-inflate/compare/v0.0.15...v0.0.16