-
I fall into a category of people that has transitioned to using NSubstitute after discovering security concerns in Moq, which are detailed thoroughly in this article: https://medium.com/@michalsitek/c…
-
**Is your feature request related to a problem? Please describe.**
**General User Story**
As a **payer** of a taproot asset invoice, I can glean the _satoshi-denominated_ value by decoding the inv…
-
**Description:**
In the Projects Monitor project, we need to implement a GitGuardian integration to detect any possible secret leaks. This integration should consist of a class that communicates wi…
-
**Is your feature request related to a problem? Please describe.**
Collection generated via API spec adds only one example response per status code when used multiple possibilities via "oneOf" keywor…
-
I've found an issue while setting up tests and trying to retrieve multiple responses after mocking the results. No matter how you set it up, your response will be provided only the first time, any add…
-
Allow us to mock responses using preconfigured results, so that we can continually test the library.
We could do:
* A switch in the Unit Tests that either read from, or write to, the mocked resp…
-
### Describe the bug
When mocking requests.head() a `ChunkedEncodingError` is raised if you send something in the header but omit `content-length` in said header.
### Additional context
_No r…
-
- API GW Request/Event Builder
- Lambda Context object
- DataStore Mock
- expect helper for HTTP/REST responses
-
### Description
The current C# HTTP client library needs improved test coverage to ensure robustness and catch edge cases. This includes both unit tests and integration tests that cover a wider range…
-
This is more for a discussion, and is a copy of [an issue I thought might belong in httr2](https://github.com/r-lib/httr2/issues/471).
My function `my_perform()` uses `httr2::req_perform_iterative…