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 setup of tests for Flotilla #1941

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aeshub
Copy link
Contributor

@aeshub aeshub commented Jan 10, 2025

Ready for review checklist:

  • A self-review has been performed
  • All commits run individually
  • Temporary changes have been removed, like console.log, TODO, etc.
  • The PR has been tested locally
  • A test have been written
    • This change doesn't need a new test
  • Relevant issues are linked
  • Remaining work is documented in issues
    • There is no remaining work from this PR that require new issues
  • The changes does not introduce dead code as unused imports, functions etc.

@aeshub aeshub added feature New feature or request backend Backend related functionality labels Jan 10, 2025
@aeshub aeshub self-assigned this Jan 10, 2025
The previous framework uses collection based fixtures which have led to
tests affecting eachother without meaning to. This change sets an
easier framework for writing a new test class where all dependencies
will not have to be made from scratch. Additionally, all tests will run
with their own database to prevent leakages between tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related functionality feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant