This repository has been archived by the owner on Nov 26, 2021. It is now read-only.
v2.3.0
- Drop support for Python 3.6
- Replaces the
mock
library with the builtinunittest.mock
library - Reworks tests to use
io.StringIO()
instead of actual temp files