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

More unit tests and integration tests #45

Open
Metawolve opened this issue May 14, 2024 · 0 comments
Open

More unit tests and integration tests #45

Metawolve opened this issue May 14, 2024 · 0 comments
Labels
nice to have Low priority issues that improve quality of life
Milestone

Comments

@Metawolve
Copy link
Member

Currently, there are very few tests.
The collection game service is really the only service that is covered by unit tests.

We don't need 100% code coverage just for code coverage sake, but having more tests would be nice.

For testing with EntityFramework, I suggest using an InMemory database, I already implemented this for the collection game service. Maybe the TestDbContextFactory should be moved to Tests.Common and be used for all service tests.

@Metawolve Metawolve added the nice to have Low priority issues that improve quality of life label May 14, 2024
@Metawolve Metawolve added this to the EF28 (2024) milestone May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice to have Low priority issues that improve quality of life
Projects
None yet
Development

No branches or pull requests

1 participant