-
`mocks` package uses `mockery` and we are using `gomocks` everywhere else. Mocks can be easily generated by customers using `mockgen` tool from `gomocks` framework.
-
### Feature Request
Cypress also has API mocking built in and it works a bit different than msw, it would be great if we could generate stubs with fake data for that:
https://docs.cypress.io/guide…
-
As detailed in [this gist](https://gist.github.com/bengry/2e76d76a29da12ab8f5907c4dfc933c8) (also shared in https://github.com/graphql-mocks/graphql-mocks/issues/273), we're using `graphql-mocks` to c…
-
What is a "light mock"?
I like the term, but it's not something I've seen other than here: https://angular-2-training-book.rangle.io/handout/testing/services/alt-http-mocking.html.
Is there are …
-
### 🚀 The feature, motivation and pitch
We have a decently flexible testing system for testing various combinations of providers when composing a Llama Stack.
See https://github.com/meta-llama/ll…
-
Not really an issue but I read your comment on ApexMocks and after dismissing it myself for some time due to complex syntax; I bit the bullet and took the time to learn it. For unit testing it is grea…
-
I must say, this is a very interesting project that seemed to come out of no where. You did a very good job wrapping wlc. I've been meaning to go back and fix some of things you have already addressed…
-
### Describe the bug
# ❔ About
We are currently using Microcks (and we 😍 it, blog post in the pipe, we'll let you know) and found some broken links within `microcks` itself.
## `Help menu` sec…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```
~/Projects/amannn/temp/jest-globals-bug main
❯ …
-
We'd like to have mocks which are identified by an Integer, String or any other Object. The basic idea is that two mocks should equal if they mock the same class and have been created with equal "iden…