Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add test_use_UnixAdapter_directly
This new test tests using the `UnixAdapter` directly, like [httpie-unixsocket](https://github.com/httpie/httpie-unixsocket) does. I wrote this test because I found a case, on the `pluggable-urlparse` branch, where tests were passing, but executing: ``` http http+unix://%2Fvar%2Frun%2Fdocker.sock/info ``` was failing.
- Loading branch information