Make tests much easier to debug
- Don't panic on the mutex in all tests if a single test fails - Give a more helpful message if a test handler wasn't registered - Enable env_logger for tests
This commit is contained in:
@@ -170,8 +170,6 @@ pub(crate) fn connect(
|
||||
body: SizedReader,
|
||||
previous: Option<Arc<Response>>,
|
||||
) -> Result<Response, Error> {
|
||||
//
|
||||
|
||||
let host = unit
|
||||
.url
|
||||
.host_str()
|
||||
|
||||
Reference in New Issue
Block a user