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

chore: add unittests for every service #705

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Campiotti
Copy link
Collaborator

@Campiotti Campiotti commented May 8, 2023

Newly added unittests for services:

  • enb
  • instruction
  • modpack
  • error
  • launcher
  • resolution
  • update
  • window

The remaining 5 untested services require a larger / more encompassing mocking of dependencies but I'll see what I can do.
Specifically the window.service as it seems to essentially be a bridge to the frontend in the backend and it requires mocking parts of the electron module which from my experimentation has proven very difficult to achieve in a decent manner.
Same for the error.service which uses the dialog from electron - I've had no success so far in mocking that.

Feel free to modify any files in this PR but if you plan on changing stuff more drastically I'd appreciate a heads up so as to prevent any git conflicts later on.

Closes #670

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add at least one unit test for every service
1 participant