-
Currently the tests are garbage and trash needs to go. I have to write meaningful tests, these ones were written in the early stages and they were used to measure the amount of features we support.
-
### 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 ======…
-
I came to notice that the tests do not follow the [naming convention](https://precice.org/community-contribute-to-precice.html#naming-conventions) used for the tutorials.
As mentioned in the naming…
-
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…
-
## Description:
Develop unit tests to validate the construction and destruction processes of the Jagged Diagonal Storage (JDS) matrix class. The JDS format is an efficient method for representing spa…
-
As the continuation from this thread: https://github.com/maester365/maester/issues/457
I wonder what I can do to ensure that these checks are executed successfully every day.
Some of the test …
-
## Description:
Create unit tests for the constructors and destructors of the CSR matrix class.
## Tasks:
1. Create a test ---- TestCSRMatrix.cpp
2. Construction Tests for default and parametri…
-
## Description:
Create unit tests to ensure proper construction and destruction of objects for the ELL subclass of SpMV. The tests should handle testing for valid matrix inputs and edge cases. The te…
-