-
Are there any examples on how would one properly test code using this library, particularly mocking out the database calls?
It seems like a recommended way to use most things (database object, tran…
-
### Library name and version
Azure.ResourceManager.CostManagement 1.0.1
### Query/Question
It is quite difficult to mock functionality related to the Cost Management api, specifically around the Co…
-
Thank you for blessed-rs Nico.
Suggest adding an entry on Mockall, with 3: links:
1. Comparison to other ways of mocking (in Rust) https://asomers.github.io/mock_shootout,
2. the crate itself: mo…
-
**Is your feature request related to a problem? Please describe.**
A quick guide for interface mocking is needed
**Describe the solution you'd like**
```
type Fooer interface{
Foo(string) …
-
**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.…
-
Hello,
I'd like to request a feature: Mocking `getHostByName` (and maybe similar helm functions) for the unit-tests.
I'm a big fan of `getHostByName`, I frequently use it to in my networkpolicie…
OOTS updated
2 months ago
-
Currently to test parts of the watchdog and the environment registry we spawn an actual process and kill it in order to control the status reported from `ActivationPid`. We then use that status as par…
-
See https://github.com/aws/aws-sdk-js-v3/issues/2215 and https://github.com/aws/aws-sdk-js-v3/issues/1156#issuecomment-814132074
-
### 🚀 Feature Request
What I would like to see and experience is for playwright to allow pure server side mocking in addition to the existing client side api mocking via routes - similar to Nock an…
-
### Terraform Version
```shell
Terraform v1.7.2
on linux_amd64
```
### Use Cases
I want to test a terraform module ("main module") that creates/instantiates submodules. In my scenario, t…