-
Right now, the different block types used in the frontend are not tested in any way.
I am not sure what the current best method of unit testing Vue components is, but we should consider add somethi…
-
I think creating a library without unit tests is a rare case and a bit scary thing to do, therefore I'd suggest that the `npm create vite-extra` > `library` comes with `vitest` included and properly c…
-
Fields with unsafe + streams cause app to hang forever. Tested using 2.1.13 + 2.1.11.
Discovered when trying to reuse fields using unsafe + generators in zio tests.
```scala
import zio.Console.…
-
### Title:
Add Unit Tests for Mobile Functionalities
### Description:
Until now, the mobile application has been tested manually. It is a necessity to automatizing this testing process to avoid h…
-
---
## Tasks
1. **Set Up Testing Framework:**
- Install and configure `pytest` and `pytest-flask` for testing the application.
2. **Write Unit Tests for Routes:**
- Test each endpoint f…
-
### What went wrong? 🤔
Example code:
```python
from taipy.gui import Gui
import taipy.gui.builder as tgb
aggregation_list = ["minute", "hour", "day", "week"]
selected_aggregation = [aggregat…
-
If we can get Template Haskell working, we should add a TH-based unit test system that can be embedded into the code. Though, this might be complicated to do with staging restrictions.
-
#### Description:
[Description of the task]
#### Acceptance Criteria:
[Note: Use 'Given/When/Then' format if it makes sense to. Otherwise, a simple checklist that can be tested.]
#### Development C…
-
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](https://www.open3d.or…