-
Let's just expect all developers who want to work on non-playground only frontend, to also have a local backend set up.
Benefits:
* Less things to maintain
* Less things to code for when adding…
-
I'm using `mock-fs` with [supertest](https://github.com/visionmedia/supertest) to test file uploads in an express application. I get hit with `Error: ENOENT, no such file or directory` messages from t…
-
## User Story
**As a** user, **I want to** be able to access UKMLA mock papers **so that** I can simulate the real UKMLA experience. Each paper contains 100 pre-selected questions. When the user cl…
-
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
10 months ago
-
### What you would like to be added?
`go mock` should be replaced with `client-go fake client` in unit tests.
### Why is this needed?
Reference: https://github.com/kubeflow/katib/pull/2289#discus…
-
Hi,
Thank you for such a valuable project. I was looking for a redis mock to use in my unit tests and this one fits perfectly. However what I get from the mock does not completely match what test …
-
### Context
As we are revamping the overall item flow we want to create mocks, matching the style guide of the item feed, for the item voting page.
The item voting page should:
- make it clear th…
-
![laikrodis](https://github.com/user-attachments/assets/8847d867-19ee-4a3c-afc8-058d91e65daf)
I've been trying to use this screenshot, however all the series 8 mocks were failing (either infinite loa…
-
Hi @myquay
How do I mock a service in a tenant container?
For example, suppose:
```c#
.AddMultiTenancy...
.WithTenantedServices((services, tenant) => {
services.AddSingleto…
-
Seems like `assert_configuration()` (and presumably also `assert_reading()`) are broken for numpy array types. I guess they probably were already broken before these changes, but one of …