-
Upon testing a method that takes a callback function, to do some async operation, I use your library to create a spy:
```
type MySpy struct {
*spies.Spy
}
func (my *MySpy) Callback(res Ca…
-
Right now, for routing we are using [react-router](https://github.com/reactjs/react-router), [react-router-redux](https://github.com/reactjs/react-router-redux) and [react-router-scroll](https://githu…
-
### Context
From Cypress docs:
> Automatic reset/restore between tests
>
> cy.stub() creates stubs in a sandbox, so all stubs created are automatically reset/restored between tests without yo…
-
There is a couple of issues with having the spy store the NSInvocations for the messages it receives. First, it is hard to avoid retain cycles when storing the Invocations in an array held by the spy …
-
Looking back, it was a mistake to use mocha instead of jasmine. Mocha is extremely limited (it doesn't even include support for assertions or spys/mocking). In my experience, Jasmine is far superior…
-
At the very least this could help prevent sybil attacks.
From [torrent-live:](https://github.com/Ayms/torrent-live)
> **Do not say to the "world" what you are really looking for**
>
> Please …
-
HI!
When I enable mock-maker-inline in my Android project, some tests begin to fail when executed from Android Studio (all failing tests have spies). Tests pass when executed form gradle command.
…
-
I'm not sure if we would want to do this, and would love feedback.
Currently our Java server tests actually require the Mongo DB to be running. This is good in the sense that we're really checking …
-
### Description
Meta ticket around the main implementation topics required for lookup join
- [x] add grammar / parser `LOOKUP JOIN`
- [ ] Make it execute correctly on data nodes, too, and enable csv…
-
Let's add some tests for React components with mocha + React test utils + sinon for spies etc. See https://facebook.github.io/react/docs/test-utils.html