Commit 1afdbbd
committed
Remove httpx exception checks in test package
We've moved away from the built-in test server
in favor of pushing users towards using the CLI.
The CLI sets environment variables, so there's
no chance of user error which is what these messages
were designed to help with.
Eliminating the httpx dependency means we can adapt
the test package to other web frameworks/clients.1 parent 1eb3b5c commit 1afdbbd
2 files changed
+0
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
325 | 324 | | |
326 | 325 | | |
327 | 326 | | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | 327 | | |
340 | 328 | | |
341 | 329 | | |
| |||
0 commit comments