-
## Issue Description
### Context
The service and client that integrate with the Travel Pay API have been written and tested. We need to expose an endpoint for SMOC and future use. This endpoint fires …
-
httpx not worked from box
if we create simple test
```
import pytest
import httpx
@pytest.mark.vcr()
def test_iana():
response = httpx.get('http://www.iana.org/domains/reserved')
…
-
https://github.com/jess2187/reddrec/blob/c4df42b30b32a562b31700a5fbe29ab600c0c6c4/tests/test_routes.py#L3
Routes currently dont make HTTP requests at time of writing.
Once they do we need to ref…
ghost updated
4 years ago
-
Something like this:
``` ruby
@dashboard_page.vcr_cassettes # returns a defined cassettes for this page
```
It is very useful when some set of cassettes are used by a few pages.
-
On an umbrella app with the following children apps:
- web service(phoenix)
- external requests service
- ...
Web service is managing the incoming requests and time to time uses the ExternalServ…
-
### Describe the feature
If a test in this repo fails, my understanding is that the previous successful cassette will remain in this repo for use in sunpy. Is that correct?
If so, should we add a …
-
### Description
Manually modifying cassettes for requests external services can lead to issues in Production, as the request has not been validated against the service. An engineer may make changes to…
-
## Issue Description
Rack is due for a significant update, including a major version bump. There's a [Dependabot PR](https://github.com/department-of-veterans-affairs/vets-api/pull/17284) with a TON o…
-
I have an old project that was upgraded to recent rails, but webmock was kept at `1.24.6`
I tried upgrading to 2.3.x or 3.x, and VCR cassettes are not being picked up.
There are a lot of them, with …
-
Hi folks,
Just tried out the new `global_mock` option on a project using HTTPoison. Everything looked great at first with tests seeing a massive speedup.
However, it turns out with `global_mock`…