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

Refactor the tests in separate files #102

Closed
thomas-mauran opened this issue Nov 19, 2024 · 0 comments · Fixed by #103
Closed

Refactor the tests in separate files #102

thomas-mauran opened this issue Nov 19, 2024 · 0 comments · Fixed by #103
Assignees
Labels
refactor Refactor of the code

Comments

@thomas-mauran
Copy link
Owner

Problem

Currently the test are getting too big especially in the board.rs file we need to split that.


Proposed Refactor Plan

Create a separate test/ folder for the tests


Expected Benefits

  • Making tests way easier to maintain and implement
  • Easily have a quick overview of the parts of the code which are covered by tests

@thomas-mauran thomas-mauran added the refactor Refactor of the code label Nov 19, 2024
@thomas-mauran thomas-mauran self-assigned this Nov 19, 2024
@thomas-mauran thomas-mauran mentioned this issue Nov 20, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor of the code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant