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

♻️ Separation of Tests #220

Open
gluax opened this issue Oct 1, 2024 · 0 comments
Open

♻️ Separation of Tests #220

gluax opened this issue Oct 1, 2024 · 0 comments
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

Comments

@gluax
Copy link
Collaborator

gluax commented Oct 1, 2024

♻️ 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.:

  • happy flows
  • expiration tests
  • etc
@gluax gluax added type: refactor ♻️ Code change that neither fixes a bug nor adds a feature priority: low Should be fixed soon labels Oct 1, 2024
@mariocao mariocao added the good first issue 👋 Good for newcomers label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants