CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

Rework test http client to handle external redirects. #1009

Closed zenhack closed 6 years ago

zenhack commented 6 years ago

I ran into this problem when working on the obmd stuff, and it's a self-contained enough thing to submit as a separate pr. See the commit message and the docstrings for full details.

I expect coveralls will complain about decreasing test coverage, since I've added code that isn't excercised except on my WIP obmd branch.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 1911


Totals Coverage Status
Change from base Build 1910: 0.0%
Covered Lines: 2119
Relevant Lines: 3841

💛 - Coveralls
ianballou commented 6 years ago

@zenhack we'll need a rebase here.

zenhack commented 6 years ago

Cool, will do a rebase once #1011 is merged.

zenhack commented 6 years ago

Rebased.