-
🙏 so much for pulling all of this together for testing API wrapper packages -- this is a godsend.
I randomly came across arguments *against* mocking (or rather, there's tradeoffs involved) and some…
-
Hi
As mentionned on the [Slack Channel](https://cloud-native.slack.com/archives/CJ1KHJM5Z/p1726284510294629?thread_ts=1723529800.316829&cid=CJ1KHJM5Z) 2 weeks ago
I started implementing the Oras…
-
### Describe the bug
As seen in [this example](https://github.com/ianlet/qwik-testing-library/blob/main/apps/qwik-basic-demo/src/components/qwik-component.spec.tsx#L223), eslint is not happy becaus…
-
Add unit tests to the code. This definitely should have been one of the first things to do, but better late than never. Unit tests should be independent of the database, manual integration testing sho…
-
As can be seen in `go.mod`, we depend on `golang/mock` for mocking:
https://github.com/kubevirt/kubevirt/blob/176d0529256dc8f7263e348b1743a89ec614cb51/go.mod#L20
However, as can be seen in https:…
-
I have the following problem.
I am using Mockingbird (https://github.com/typealiased/mockingbird) for mocking.
When i am building my test target, i get an error in my `generate mockingbird mocks` …
-
MockFor can't mock project.exec due to a bug in Groovy failing to support mocking of interfaces using metaClass programming. The Spock framework however uses JDK Dynamic Proxies which may work instead…
-
After upgrading to Mockito 5.12.0 (from 5.11.0), the JUnit 5 extension fails with an NPE:
```
org.mockito.exceptions.misusing.UnfinishedMockingSessionException:
Unfinished mocking session detect…
-
https://github.com/salesforce/apex-mockery
-
https://learning.postman.com/docs/designing-and-developing-your-api/mocking-data/mock-with-api/