-
**Version**: 5.0.4
**Platform**: Python 3.12, mac OS
**Description**:
For every test that involves a redis client, I see the error "Exception ignored in: " after the test run.
The test stil…
-
## Problem statement, the short version
We receive a lot of questions about using the test module, the answer to which is to avoid using `advanceUntilIdle`/`advanceTimeBy`.
`advanceTimeBy`, `adv…
-
Goal is to test for any "runtime" issues and or give us an area to test integrations into frameworks and such like nextjs.
-
### Background and motivation
I suggest adding `StringBuilder` overloads in [WebUtility](https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Net/WebUtility.cs)…
-
-
### Description
The testing framework should be able to run test in these three defined test execution environments:
- Local development using nodejs process. Similar to what pluto is doing
- Local…
-
We need to define proper release testing cycles when publishing new version of Nutrition Framework. Too many times have we run into releasing bugs that should have been caught.
Traditionally, it's be…
-
hey, I'm having difficulty setting up flutter_test to work with this package. Have you had any success? I'm getting the following error:
```
Invalid argument(s): Failed to load dynamic library 'swep…
-
### What happened?
There's an example about how to reproduce this issue. If there's a framework target and a test target which uses a test host, Tuist will create a "executable dependency" build phas…
rgnns updated
2 hours ago
-
Currently we use Lerna to manage the versions of the app framework packages (`yarn run version`, then `yarn run publish`)
However it would be good to also keep a version number for the Pod provider…