-
Hi @myquay
How do I mock a service in a tenant container?
For example, suppose:
```c#
.AddMultiTenancy...
.WithTenantedServices((services, tenant) => {
services.AddSingleto…
-
### Description
I have encountered a `NullPointerException` when mocking a function that takes an optional parameter with a default value of `()` in Ballerina. When calling `test:when(mockedFunction)…
-
### 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
-
I have successfully compiled a container but once I start using it, I get the following:
```
Module not found: Error: Can't resolve 'async_hooks' in '/localpath/node_modules/dicc/dist'
```
That's …
-
## Description
As part of the Oracle Health direct scheduling effort, we need to add a new service and mocks to the patient service. This new endpoint (`/relationships`) returns an object containing …
-
Als User möchte ich mich bei der Applikation anmelden können damit, damit ich Nutzer basierte Services wie Auswahlmappen speichern kann
Akzeptanzkriterien
- [ ] Oberfläche wie im Mock
- [ ] Emai…
-
### I have checked the following:
- [X] I've searched existing issues and found nothing related to my issue.
### Describe the feature you want to add
The missing Mock Server feature in Bruno limits…
-
## What happens(发生了什么)?
配置origins,多个数据源是,mock数据生成失败
只生成了下面这段代码
```
const defs = {};
const escapeDeadCycle = (fn, num = 30) => {
let n = 0;
return (...args) => {
if (n > num) retu…
-
Mainly looking to solve the fact that tests are failing in the CI after deployment due to some tests requiring a database connection. Open to this being a mock database connection of some kind -- will…
-
Our Travis tests are currently failing [all the time](https://travis-ci.org/zotero/zotero/builds) for reasons that have nothing to do with the code under test. Right now, for example, [we're failing](…