-
A neat feature would be to use the mock feature with a tool like [fakerjs](https://fakerjs.dev/api/) and essentially be able to mock a full API, and generate random data.
For instance when building…
-
I think that while the ability to mock microtasks can be useful, most use-cases don't really care about this. Instead, people likely use fake_async for Duration based APIs like clocks or timers
By …
-
For mocking unit tests, we are currently using the Java library `org.mockito:mockito`.
In order that the tests for platform-independent application logic can be executed on any supported platform, …
-
Any chance to get GraphQL mocking alongside REST API mocking?
-
Is there a plan to have mock server option in similar way as it is done in Postman?
It would be nice to have all in one testing tool (API testing + mocking APIs), I was looking for this option in h…
-
To simplify the contributions and ensure high code quality, it would be beneficial to have a Github CI pipeline that runs the test suite. We need a TM1 server to run the tests, as mocking the whole re…
-
### Affected URL(s)
https://nodejs.org/docs/latest-v20.x/api/test.html#mocking
### Description of the problem
On docs there missing explains about how to mock Error and catch it with `throws`…
-
### Reproduction link
[https://stackblitz.com/edit/stackblitz-starters-kmy51h](https://stackblitz.com/edit/stackblitz-starters-kmy51h)
### Steps to reproduce
Write a component that contains 3…
-
# A more comprehensive PyTest pipeline
Below I copy-paste some items we have listed together with @Abellegese on today's 1-on-1 meeting (04/11/2024).
## Wishlist
- [ ] Test a predefined set o…
-
### Current Behavior
Adding configuration does not enable stream proxy as expected per documentation.
### Expected Behavior
stream proxy to be enabled. For :9180/apisix/admin/stream_routes to…