-
```
External references, such as a standards document, or specification?
https://code.google.com/r/iancox-google-api-dotnet-client/source/list
Target platform (e.g. Windows, Mono, Silverlight, WP7, A…
-
```
External references, such as a standards document, or specification?
https://code.google.com/r/iancox-google-api-dotnet-client/source/list
Target platform (e.g. Windows, Mono, Silverlight, WP7, A…
-
```
External references, such as a standards document, or specification?
https://code.google.com/r/iancox-google-api-dotnet-client/source/list
Target platform (e.g. Windows, Mono, Silverlight, WP7, A…
-
```
External references, such as a standards document, or specification?
https://code.google.com/r/iancox-google-api-dotnet-client/source/list
Target platform (e.g. Windows, Mono, Silverlight, WP7, A…
-
The `nock` library is not compatible with the fake timers we use in unit tests because it uses the Node.js `timers` API. This API is not mocked correctly by the version of Jest we are using.
Jest u…
-
```
External references, such as a standards document, or specification?
https://code.google.com/r/iancox-google-api-dotnet-client/source/list
Target platform (e.g. Windows, Mono, Silverlight, WP7, A…
-
Only `stdout`, or only `stderr`; or `stdout` and `stdin` but not `stderr`; etc.
`contextlib` in the standard library already exists for singly mocking `stdout` and `stderr`, but there's potential f…
-
Mocktopus is very handy for mocking free functions. But when mocking structs, it requires a real copy of the struct to be instantiated. That's not always easy or possible in test environments. That…
-
I've used other mocking libraries in the past with other languages. One of the features I really miss is the ability to have my mocking library make my test fail if a request was made, but not mocked.…
-
Before, it wasn't easy to test external Wasp code due to how Wasp projects were organized.
Which is why we added special support for writing tests for frontend, to enable that. We wanted to do the sa…