Commit 34fffb0
committed
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.1 parent 8449bc0 commit 34fffb0
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
18 | 31 | | |
19 | 32 | | |
20 | 33 | | |
| |||
0 commit comments