-
Here is the the stacktrace. The issue looks like a callback webmock to swift.
This is code that works fine outside of tests when not mocking.
```
Minitest::UnexpectedError: ArgumentError: wrong numbe…
-
ATM we only rely on some env vars defined in `DEVELOPMENT.md`
```shell
❯ grep DANDI_ DEVELOPMENT.md
`DANDI_DEVEL` environment variable, which is needed in order to expose the
- `DANDI_DEVEL` -- …
-
Here are representations of vibration patterns from this [paper](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8055937/)
![2](https://user-images.githubusercontent.com/70698428/208349073-6cfb8dd9-c89e…
-
Every VHS camcorder/vcr has a different look. newer Professional cameras and VCRs have a much better quality than other older, standard VCRs.
![image](https://github.com/valadaptive/ntsc-rs/assets/…
-
And if so how could the setup work? Could there be a vcr knitr engine, so one would write
````
```vcr
my code with http requests
```
````
and fixtures would be saved somewhere?
-
I was using python-vcr before, which was working as expected, but I need it to be active only for testing purposes. On production I need contact to the real API.
Hi, I used pytest-vcr, version 1.0.…
-
The response from this service should be mocked; otherwise, it becomes impossible for anyone else to reproduce without having the identical code running on their computer.
```python
@pytest.fixture
…
matin updated
5 years ago
-
Or at least, it does not record any cassettes, and instead always does the Rest query via rest-client. 😒
-
Got this tip from the VCR community, there's a facility available to automatically strip secrets from generated vcr_cassettes: https://relishapp.com/vcr/vcr/v/3-0-1/docs/configuration/filter-sensitive…
-
I've recorded a new cassette with `:record => :new_episodes` now when I set `:record => :none` so I can use the recorded casset without updating previous recording, vcr throws this error
```
VCR:…