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

Add unit tests and code coverage report #110

Closed
3 tasks
var77 opened this issue Apr 19, 2024 · 1 comment
Closed
3 tasks

Add unit tests and code coverage report #110

var77 opened this issue Apr 19, 2024 · 1 comment

Comments

@var77
Copy link
Collaborator

var77 commented Apr 19, 2024

Currently we have end to end tests, but they are not very consistent as in some of the tests we depend on time which sometimes fail.

We need to add unit tests for the most smaller units of the code and try to make codecoverage as high as possible, so adding new features won't break any existing functionality.

Also we need to refactor daemon e2e tests to make them more maintainable.

To cover this issue we need:

  • have proper unit tests where dependencies for that unit will be mocked,
  • code coverage report
  • refactored and consistent e2e tests
@var77
Copy link
Collaborator Author

var77 commented Jun 13, 2024

Resolved with #119

@var77 var77 closed this as completed Jun 13, 2024
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

No branches or pull requests

1 participant