-
Hey! I wanted to ask what the recommended way is for mocking this library or plans for doing so. Because we're using struct fields on `client`, there doesn't seem to be any easy way to mock the client…
-
Create a reference guide for consumers of `simple-git` showing a preferred way to mock `simple-git` in their applications
-
**Description**
We need to implement unit tests for the library to ensure code quality and functionality. The unit tests should cover various aspects of the library's functionality and should be wr…
-
SQLDeligth is commonly used in Kotlin Multiplatform projects for state management. The generated queries can trivially be stubbed with Mockative given a few additional tools, which could be provided b…
-
#56 disabled tests that expected the old serial library, but we need to migrate PacketSerial to using our mocking strategy.
-
I recently wrote a new test double library called [testdouble.js](http://github.com/testdouble/testdouble.js/issues). It's a pretty complete test double library for most purposes and provides a cleane…
-
### 🚀 Feature Request
What I would like to see and experience is for playwright to allow pure server side mocking in addition to the existing client side api mocking via routes - similar to Nock an…
-
Hi,
The library looks very promising for mocking Xrm .
I am trying to write unit test using jest but **"XrmMockGenerator.initialise()"** is giving undefined.
Sample code.
var XrmMockGenerator = …
-
Make it possible to mock libraries in contracts.
Example:
I am using my own library **Lib** with struct **Lib.Str** in my contract **Con**.
`using Lib for Lib.Str;`
My **Lib** has few methods …
-
write some tests using this and see how it works out
https://github.com/stretchr/testify
ae6rt updated
7 years ago