-
I think we can improve on the current approach to mocking in the test framework
https://github.com/ballerina-platform/ballerina-spec/blob/master/test/test-framework-spec.md#mocking
I will put so…
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/scribe-org/Scribe-Android/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow Scribe-Android's [Code of …
-
### Is your feature request related to a problem?
Hi there, I am the author of Mocket.
Mocket is probably the only tool around able to mock non-blocking sockets, and it's also listed under https…
-
We need to add unit tests for the `Balance` query to ensure it works as expected for different `currencyTicker` values and properly handles missing inputs.
---
### Create `BalanceQueryTest.cs` with …
-
> Just be aware about usual MockK support pattern.
> Tickets are checked from time to time, replied, discussed, labeled, e.t.c.
> But real fixes are applied in a month-two month period in a bunch.
…
-
```tsx
link
```
```tsx
test('should open in spotify', async () => {
render(, {
wrapper: MemoryRouterProvider,
})
co…
-
Seems to be a popular mockery feature.
-
1. Before applying, Read our [Contributor Guidelines](https://github.com/CarmineOptions/derisk-research/blob/master/CONTRIBUTING.md) and [README](https://github.com/CarmineOptions/derisk-research/blob…
-
The implemetation here:
```
func Countdown(out io.Writer, sleeper Sleeper) {
for i := countdownStart; i > 0; i-- {
sleeper.Sleep()
}
for i := countdownStart; i > 0; i-- {
fmt.Fprint…
-
To keep #109 alive, related to #36, https://github.com/supabase/supabase-dart/issues/12.
Any serious project needs unit testing around components using Supabase.
In my particular case, I have a pr…