barneygale / httpio

Python library for reading HTTP resources as random-access file-like objects using the `Range` header
Other
30 stars 5 forks source link

Unittests #1

Closed jamesba closed 6 years ago

jamesba commented 6 years ago

The first, hopefully, of several pull requests. This one adds unit tests for basic functionality and fixes a couple of small bugs, as well as adding a CHANGELOG.rst file (slightly redundant with the git history, but useful)

jamesba commented 6 years ago

Hopefully this should be good to go now?