Open pbasista opened 7 months ago
This is a naive way of working around the issue where httpx.Response.elapsed property is unavailable in tests that use vcrpy because the httpx responses built from serialized data by vcrpy currently lack the elapsed property.
httpx.Response.elapsed
elapsed
Relates to issue #600.
This is a naive way of working around the issue where
httpx.Response.elapsed
property is unavailable in tests that use vcrpy because the httpx responses built from serialized data by vcrpy currently lack theelapsed
property.Relates to issue #600.