-
I'm trying to build this inside a nixos worker and it keeps failing, After inpecting the code and it looks like the problem appears because one of the assertions inside `tests/conftest.py` (of `os.ren…
ludat updated
1 month ago
-
It occurred to me this monring that io-uring is exceptionally mockable as far as IO interfaces go, because it is mostly just a data structure. With changes to make it easier to create fake SQEs and CQ…
-
I’m trying to mock ICountryFactory but with no luck. Here is the code:
```
var _countryFactory = new Mock();
_countryFactory
.Setup(f => f.CreateCountry(It.IsAny()))
…
-
React Native does some magic around requires to allow `require(img.png)` as pointed out in https://github.com/lelandrichardson/react-native-mock/issues/11, but it also allows platform-specific compone…
IanVS updated
7 years ago
-
``` js
// request-foo.js
import {mock} from 'mocktail';
import foo from 'foo'; // foo is a third-party dependency that makes and io operation
class Request {
...
}
export default mock(Request);
``…
-
https://www.apollographql.com/docs/graphql-tools/mocking.html provides a great baseline for mocking in GraphQL projects. The ability to mix and match mocks and real implementations though could use g…
-
Is there a way to ignore any ps1 file that happens to be a Pester test script? It is not uncommon to having to break a few rules when constructing tests, especially when mocking.
-
**Context**
NodeJS has a new vertical http client named [undici](https://github.com/nodejs/undici) which is much more performant.
Nock does not mock responses for undici users.
**Alternatives**
…
-
The subject started here #298
Current implementation only supports mocking for defined under content-type but not from schema.
Kusk should support mocking from schema.
See example below: htt…
-
## Summary
Currently we have a [documentation page](https://fusejs.org/docs/basics/mocking) around mocking fields/entities that aren't implemented yet, we could take this further by integrating [`f…