Add automated testing for UI #275
Labels
duplicate
This issue or pull request already exists
enhancement
New feature or request
low-priority
Low priority issue
UI
User Interface
So far, we don't have a single unit test, not even the src/test folder is there.
There is not much, the ui is doing, but at least some business logic is involved and might break by changes, so we should think of some reasonable tests.
Higher level tests, including UI or generation is so far done manually, but there might also be some cases which might makes sense on top of unit tests, as there is for example validation involved or caching depending on the input.
The text was updated successfully, but these errors were encountered: