FluentHub icon indicating copy to clipboard operation
FluentHub copied to clipboard

Code Quality: Introduce unit tests

Open 0x5bfa opened this issue 2 years ago • 3 comments

📄 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

0x5bfa avatar Aug 22 '23 06:08 0x5bfa

Unit tests are much easier for class libraries. You wanna implement UI tests as well like in Files?

Lamparter avatar Sep 21 '24 14:09 Lamparter

No I mean unit tests for class libraries such as the core.

0x5bfa avatar Sep 22 '24 02:09 0x5bfa

No I mean unit tests for class libraries such as the core.

Oh! Let's do this in #486

Lamparter avatar Sep 22 '24 05:09 Lamparter