-
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.
-
Normally, Moq uses generic APIs which is a great thing for ensure strong-typed, refactor-friendly mocking API. However, when the scenario is that we need to mock a runtime type, we can descend into a …
-
@martinig94 and I were discussing that it would be nice if there was a way for a GHA to re-run 1 or 2x in case of failure. Sometimes certain API fails can call, but then when re-run they work.
Sleu…
-
**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…
-
We can get performance improvements (both wrt. memory and time) by moving to asyncio and aiohttp. We can let our internal APIs be async, and then use something like [this](https://gist.github.com/erle…
-
The backend is implemented, however it would be better to not rely on running a backend (dependencies and all) just for exclusively developing the frontend. Since response data is defined in `p2s-back…
-
We could improve the test suite developer experience by using a higher-level mocking library for requests.
An internal tool (devops/release-driver) uses [requests_mock](https://pypi.org/project/req…
-
I've played around with `httptest2` in the [`azmetr` package](https://github.com/cct-datascience/azmetr) and it's relatively easy to get set up. I'm going to close #306 and this issue will replace it…
-
/kind bug
/area provider/ibmcloud
**What steps did you take and what happened:**
When writing a unit test for the ReconcileCOSInstance function, encountered an issue due to resetting of the cos…
-
### Page
/docs/quickstart/java-junit/
### Details
After copy/pasting the code. I get a compile error:
`wiremockServer cannot be resolved`
I tried to change `wiremockServer.url("/my/resour…