-
This might be related to #60 - I'm also using vitest.
The following test fails:
```js
import { render, screen} from '@solidjs/testing-library'
import { Route, Router } from "@solidjs/router"
…
-
We have been discussing our testing strategy internally and would like to see if anyone else has opinions on how we can make testing better in Orleans. We are thinking about using a similar API to the…
-
I'd like to write unit tests around my web socket message handling and I haven't been able to think of a good way to assert on the response my code sends back to the socket. It looks like in the tests…
dpick updated
5 years ago
-
First, thanks for the awesome mocking library, I'm new to it, but I'm a big fan. I'm constantly impressed by how well it works despite the challenging limitations of the language.
### Environment &…
-
Greeting,
Thank you for your awesome work. The benchmark dataset of MoABB is very helpful for research in the field of EEG data analysis. Recently, we are expanding our [TorchEEG](https://github.co…
-
Hi @guregu ,
Thank you for maintaining the package, it is much appreciated.
I would like to ask if there has been a consideration around using interface types instead of struct types to make it …
-
```
Given interface BigInterface with more than 1600 methods, the following code
will throw exception instead of creating a mock object:
Mockito.mock(BigInterface.class);
Exception message is al…
-
```
Given interface BigInterface with more than 1600 methods, the following code
will throw exception instead of creating a mock object:
Mockito.mock(BigInterface.class);
Exception message is al…
-
```
Given interface BigInterface with more than 1600 methods, the following code
will throw exception instead of creating a mock object:
Mockito.mock(BigInterface.class);
Exception message is al…
-
## Testing options
### Unit testing
_Unit testing_ would involve testing **very small** pieces of logic (< individual page view handlers) individually. All external dependencies (e.g. Flask comp…