-
I'm using the Pulumi automation API in an application that i'm writing however I am having trouble writing tests that mock the functionality. Do mocks already exist for the pulumi automation API and i…
-
### Is your feature request related to a problem? Please describe.
Mocking an SDK function is difficult. If you use a system [like Sinon](https://sinonjs.org/how-to/stub-dependency/) that depen…
-
We originally created a mock Ouroboros conversation test framework as part of blinklabs-io/gouroboros#262, but it doesn't support testing negative cases. It needs the ability to specify an expected er…
-
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…
-
What version of Go are you using (go version)?
go version go1.14 darwin/amd64
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/jinzhu/gorm v1.9.12
Which database and its version are you usin…
-
The component unit tests need to access online resources to run. An example of this is the Search unit tests, which generate a large amount of geocoding requests. It would be good to have a way to m…
-
Currently it's not possible to mock generated grain clients because their generated methods are not virtual. For better testability could you consider making them virtual or better additionally genera…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the feature
As part of a unit test, I'd like to test against a block with mocked drops. The current […
-
### Terraform Version
```shell
Terraform v1.9.2
```
### Use Cases
In some scenarios, running provisioner blocks when testing is unfeasible. When running `terraform test` I would like the ability t…
-
## This would solve...
When trying to create a Undici adapter for [Polly.JS](https://netflix.github.io/pollyjs/#/) I tried to use the mocking capabilities from Undici to record network requests and…