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

[TASK] Move a repository test from unit to functional #1484

Merged
merged 1 commit into from
Oct 6, 2024

Conversation

oliverklee
Copy link
Contributor

@oliverklee oliverklee commented Oct 3, 2024

Unit tests for repositories are quite a hassle as we then need to set up all dependencies in setUp() ourselves.

So convert the test to a functional tests where we can rely on the container to create and initialize the subject for us.

Unit tests for repositories are quite a hassle as we then need to
set up all dependencies in `setUp()` ourselves.

So convert the test to a functional tests where we can rely on the
container to create and initialize the subject for us.
@oliverklee oliverklee force-pushed the task/move-repo-tests-to-functional branch from cde6a46 to 834f69e Compare October 6, 2024 18:26
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11204205781

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 11204160434: 0.0%
Covered Lines: 67
Relevant Lines: 67

💛 - Coveralls

@DanielSiepmann DanielSiepmann merged commit 9446d14 into main Oct 6, 2024
56 checks passed
@DanielSiepmann DanielSiepmann deleted the task/move-repo-tests-to-functional branch October 6, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants