-
**Feature request**
Currently we are not able to mock HTTPS requests if the client sends a CONNECT request first. I do try to "fool" these clients by setting HTTPS_PROXY to a http location but it d…
-
__________
**Describe the bug**
Two playlist tests are currently [failing in the *nixpkgs* tests](https://hydra.nixos.org/build/276561053/nixlog/2) (ignore the cipher tests, I opened a second PR to …
-
In certain use cases, `pytest_httpx` is used only to mock a single httpx client, specifically one responsible for connecting to a cluster of servers for service `A`. However, while mocking this specif…
-
**Is your feature request related to a problem? Please describe.**
When writing a web application that makes many API calls, it is often challenging to get good code coverage without mocking the API.…
-
## `do_not_use_mockito`
## Description
Do not use `package:mockito`.
## Details
Mocking, or creating short-lived proxy objects that pretend to implement a type can be useful when testing c…
-
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…
-
Add E2E test to verify e2e work flow of the APIs. For mocking CSI driver implementation, https://github.com/kubernetes-csi/csi-test can be used.
-
**Describe the bug**
When testing Ollama generate endpoint ('/api/generate') with help of mockserver to mocking response. I got error
```
java.lang.RuntimeException: com.fasterxml.jackson.co…
-
Hey! I wanted to ask what the recommended way is for mocking this library or plans for doing so. Because we're using struct fields on `client`, there doesn't seem to be any easy way to mock the client…
-
TL:DR - `Purchases.setMockWebResults({ shouldMockWebResults: true })` - is not working.
Since RevenueCat only works on a real device or an emulator - it is a real pain in the ass to test functi…