-
Any thoughts for using a standard to mock our endpoints during testing and development?
I've used [Postman](https://www.getpostman.com/) with success. They have a free version, but I'm not sure mul…
-
This is a fairly contrived example, I admit. But this was a real head-scratcher in the wild.
The following code will never complete.
```
package main
import (
"fmt"
"github.com/stretch…
-
/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…
-
Dear Ionic Team, could you please make an example mocking plugins (or parts of the module) from `@capacitor/core`
After several hours of trying, I wasn't able to mock this plugin, mostly running in…
-
I am go newbie, but I wonder, Is there the way to mock websocket.Conn ?
I cannot find any example in the test file too.
-
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…
-
### OpenTofu Version
```shell
OpenTofu v1.8.2
on darwin_arm64
+ provider registry.terraform.io/hashicorp/vault v4.4.0
```
### OpenTofu Configuration Files
main.tf
```hcl
# Define Variables
va…
-
Suppose I have a class with two methods: `methodA` and `methodB`. Suppose `methodB` delegates to `methodA`. Finally, suppose that I have set up a spy on an instance of the class that will modify the b…
-
[flutter_tools unit tests](https://github.com/flutter/flutter/tree/master/packages/flutter_tools/test/commands.shard) are split into hermetic and permeable tests.
The hermetic tests mock the file s…
-
It'd be nice if there were an interface for the Chargebee client, which provided all the various methods for interacting with the Chargebee SDK.
The Kubernetes Go SDK provides an interface called […