-
We currently have a [script](https://github.com/Oufattole/meds-torch/blob/main/tests/helpers/generate_test_data.sh) that generates MEDS data and JNRTs from raw CSVs of dummy EHR data. We can integrate…
-
Now, that you have decoupled your data persistence code properly from your application, augment your test suite from last time.
Implement a set of unit tests for suitable functionality, e.g., all o…
-
Wollok Tests run failed assert does not point to the specific assert but the general test starting line. In Xtext version show the specific assert line that fail. If you use more than one assert it be…
-
## Ask your question here
I tried lately to contribute to the dapr-sdk for dotnet. I was happy to see that there is a DevContainer configured for this repository.
Sadly it seems to be not anymore …
-
### Description
Various [unit tests](https://github.com/hoppscotch/hoppscotch/tree/main/packages/hoppscotch-cli/src/__tests__/functions) exist for the CLI which are disabled at the moment since the…
-
### What problem are you trying to solve?
Unit testing Qt GUI code is challenging because GUIs are event-driven, making it hard to isolate components and simulate real user interactions. GUI tests …
-
**Describe the bug**
A clear and concise description of what the bug is.
Bug found by the CI pipeline on unreleated branch checks -
```
=========================== short test summary info ======…
-
Hello, fellow contributors! Thanks for coming here 🌟
In https://github.com/meilisearch/meilisearch/pull/4808, I started some work to make the test faster but didn't apply the techniques implemente…
-
`ligare-scaffold` contains a module for both "test" and "database." The test module is supposed to create database tests when the database module is specified. When database is specified before test, …
-
**Describe the issue**
When we are creating new e2e tests or debugging the existing ones (and not modifying the `cht-core` code), it is really frustrating that every time we run the e2e tests we need …