Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Quality: Introduce unit tests #417

Open
4 tasks
0x5bfa opened this issue Aug 22, 2023 · 3 comments
Open
4 tasks

Code Quality: Introduce unit tests #417

0x5bfa opened this issue Aug 22, 2023 · 3 comments
Assignees

Comments

@0x5bfa
Copy link
Owner

0x5bfa commented Aug 22, 2023

πŸ“„ 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 0x5bfa self-assigned this Aug 22, 2023
@github-project-automation github-project-automation bot moved this to πŸ“‹ To do in FluentHub Board Jul 21, 2024
@Lamparter Lamparter changed the title Code Quality: Introduce integration test for the FluentHub Code Quality: Introduce unit tests Jul 22, 2024
@Lamparter
Copy link
Collaborator

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

@0x5bfa
Copy link
Owner Author

0x5bfa commented Sep 22, 2024

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

@Lamparter
Copy link
Collaborator

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

Oh! Let's do this in #486

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: πŸ“‹ To do
Development

No branches or pull requests

2 participants