-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat: tests for modules #14
feat: tests for modules #14
Conversation
Apologies for the PR spam. This aims to cover as much as possible with tests. It also solves many bugs encountered while testing, such as ignoring or including comments from pull requests that were not related, or on the contrary to ignore comments that should be part of the final result. All the API is mocked, because if anyone would happen to add or delete a comment it would break all the tests. It also allows for fine grained testing for edge cases. PR looks big again, but mostly contains mocked API results. Last run: https://github.com/Meniole/test/issues/1#issuecomment-2077704327 |
a43b17d
into
ubiquity-os-marketplace:development
Depends on #12