FluentHub
FluentHub copied to clipboard
Code Quality: Introduce unit tests
📄 Description
Add a tests project to FluentHub to test features automatically This change will require research about integration tests and knowledge on how to implement them properly.
⚡ Required changes
- Add unit tests
✅ Tasks
📋 Checklist:
- [ ] Search about integration tests in WinUI
- [ ] Add a project for integration tests
- [ ] Run the project locally
- [ ] Add a task to build and run the project in CI
Unit tests are much easier for class libraries. You wanna implement UI tests as well like in Files?
No I mean unit tests for class libraries such as the core.
No I mean unit tests for class libraries such as the core.
Oh! Let's do this in #486