python-hyper / hyper

HTTP/2 for Python.
http://hyper.rtfd.org/en/latest/
MIT License
1.05k stars 191 forks source link

HTTP20Adapter.close tests (supersedes #307) #344

Closed KostyaEsmukov closed 7 years ago

KostyaEsmukov commented 7 years ago

Add close() method implementation to the requests adapter and integration tests for it.

Supersedes #307 Related issue: #306

KostyaEsmukov commented 7 years ago

I've added that check to these two tests instead of creating a new one. Let me know if you think that this should be checked in a separate test.