-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issu…
-
In the current Ember world where we don't yet have a specific pattern for importing a service class and injecting it directly, it's a common practice to properly namespace service injections so you kn…
-
Hi @myquay
How do I mock a service in a tenant container?
For example, suppose:
```c#
.AddMultiTenancy...
.WithTenantedServices((services, tenant) => {
services.AddSingleto…
-
I have read the whole handbook. It is great, I appreciate it 👍
However, IMO it lacks information about mocking HTTP services. Currently, I noticed that you only describe how to mock the whole `ax…
-
We have multiple internal/external services that we are mocking. It would be great to run the server over multiple generated clients (with different base URLs)
_Originally posted by @kaikun213 in h…
-
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…
-
Regarding #114, we have been using [RESTMock](https://github.com/andrzejchm/RESTMock) to mock Retrofit calls and it's working like a charm! It uses [OkHttp's MockWebServer](https://github.com/square/o…
-
**Description:**
The Service Component Test design pattern is essential for validating the behavior and functionality of individual microservices within a microservice architecture. This pattern ensur…
-
### The problem you're addressing (if any)
The scalability problem of a project might be caused **not only by tools being used**, but **by the way the tools are being used** as well.
1) Bad scal…
-
## Summary
- Add the ability to easily mock a tRPC backend for usage in things like storybook, jest, etc
### Background
> There are many use cases for mocking beyond "writing to a database.
…