-
Use MSW for api calls
-
### Feature request
I really appreciated https://docs.bentoml.com/en/latest/guides/testing.html#unit-tests. It would be helpful to include also docs on mocking the bentoml decorated API methods.
…
smidm updated
2 months ago
-
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 …
-
## Problem
When following the guide to mock a class, if the target class contains a field matching one of the ones found within [MokkeryInterceptorScope](https://github.com/lupuuss/Mokkery/blob/71c8…
-
Hello!
I've developed **Multi-API Mocker**, a utility enhancing `requests_mock` for easier mocking of multiple API calls in pytest. It aims to improve test readability and maintainability in comple…
jab3z updated
9 months ago
-
Given @0xMochan's comment on #66 I took the liberty of creating an issue for it. Here are some of my thoughts. I hope it's helpful at all.
Integration testing of external services is a tricky issue…
-
Hello,
I'm trying to unit test my solution using Moq framework, but since Moq cannot mock non-virtual type members I always get an Unsupported Error Type. Is there any work around for Mock MangoPayAp…
-
**Is your feature request related to a problem? Please describe.**
Needed a mock service based on proxy capability. The required mock service must be able to intercept incoming requests and return mo…
-
## Question
The server can be ignored or used as a mock-api as chris does in his boilerplate, since my team will work in another stack for the backend?
I really liked your way of integrating gra…
-
### What is the expected behavior?
- Unit testing should include testing against a mock device API if needed.
- If necessary, tests should ensure that API handles responses correctly, e.g. …