♻️ Separation of Tests #220
Labels
good first issue 👋
Good for newcomers
priority: low
Should be fixed soon
type: refactor ♻️
Code change that neither fixes a bug nor adds a feature
♻️ Refactor
To separate test files into smaller, more specific test files.
Motivation
As we add more functionality, some of the test files go well beyond the 1k line mark.
Separating them into separate files makes locating specific tests easier, as well as making the test files more readable.
Implementation
Try to group by common functionality, i.e.:
The text was updated successfully, but these errors were encountered: