-
### What problem does your feature solve?
Mock-based tests can be quite fragile and difficult to maintain. e.g. making a change, and having to update mocks in lots of unrelated tests.
Stubs can he…
-
Throughout the v03 pipeline code we rely heavily on the CONFIG dictionary defined in [v03_pipeline/lib/reference_data/config.py](https://github.com/broadinstitute/seqr-loading-pipelines/blob/main/v03_…
-
I am sorry, my English is very poor, but still love you this project. I am in the help of Google translation, and strive to establish communication with you. I am currently using this project and inte…
-
When I start my app using data-mocks for mocking e.g. my login service and I try to upload a file to my backend which is not mocked / passed-through, I got a 400 error telling me the request param is …
-
Never depend on the implementation directly. Abstract a layer between the implementation and the intent.
For example, when testing a service with external dependencies, we want to mock all of them.…
-
demo 1 不可以
var Mock = require('mockjs')
var data = Mock.mock({
'num|+1': 0
})
console.log(JSON.stringify(data)) // {num:0}
demo2 可以
var Mock = require('mockjs')
var data = Mock.mock({
…
-
### Description
We need to develop comprehensive unit and integration tests for the `mesheryctl model import` command. This command handles importing models from both individual files and directories…
-
- *Related to https://github.com/godotengine/godot-proposals/issues/3637,
https://github.com/godotengine/godot-proposals/issues/10311 and
https://github.com/godotengine/godot-proposals/issues/10323.…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
We need to test the Helm chart's functionality end-to-end:
- Install the chart on a test Kubernetes cluster.
- Run a test mock backend (can possibly reuse mock backends from Collector [testbed](http…