-
I got this message:
```
LogicException: Invalid http request. The cassette inserted did not have the necessary response. If you want to send a request anyway, make sure your mode is set to new_episod…
-
I'm not sure whether this package is expected to work with httpx but I'm getting the following error when recording a new cassette with decode_compressed_response=True:
```
> new_body = …
-
Integration tests are failing against an actual slack service.
```
1) integration test gets hello
Got 0 failures and 2 other errors:
1.1) Failure/Error:
response = connection.se…
-
Hey folks! I've recently stumbled upon a challenge similar to what's documented in https://github.com/lostisland/faraday/issues/1041. That is, my application uses singleton classes with memoized metho…
-
**Is your feature request related to a problem? Please describe.**
When I'm building a new test, I'll run the test with --record-mode=once, but the test might fail (since it's new) and I then have to…
-
```
What steps will reproduce the problem?
1. Download it
2. Extract it
3. run ./configure
What is the expected output? What do you see instead?
It's supposed to ask me three questions; if I answer y…
-
```
What steps will reproduce the problem?
1. Download it
2. Extract it
3. run ./configure
What is the expected output? What do you see instead?
It's supposed to ask me three questions; if I answer y…
-
The query for workflows may take a while, as it does not trigger a `cylc scan`, but instead does a look up on a dictionary populated every N seconds by a Tornado `PeriodicCallback`.
Once that query…
kinow updated
5 years ago
-
The **Nu Replayer** could benefit from the addition of a VCR player.
Understanding of the combat code is required, especially in light of the release of the Horwasp Plague.
-
I have used VCR gem in ruby before and it makes it seemless by creating one tape for each test which can be pointed to after the recording is done. It also goes down the requests in the order it recei…