Unit tests#216
Open
cmelone wants to merge 49 commits into
Open
Conversation
cmelone
commented
Jan 22, 2026
7eab20c to
ffd946a
Compare
8cd65ff to
cc22c93
Compare
cc22c93 to
96e0f25
Compare
0606c01 to
8b60a91
Compare
3abb954 to
22eddf7
Compare
alecbcs
reviewed
Apr 10, 2026
cb54666 to
e36297b
Compare
e364242 to
66f5641
Compare
41397c6 to
9f1925f
Compare
alecbcs
previously approved these changes
Jun 1, 2026
alecbcs
left a comment
Member
There was a problem hiding this comment.
A couple super small nitpicks, otherwise this PR looks good to me.
Signed-off-by: Caetano Melone <melone1@llnl.gov>
Signed-off-by: Caetano Melone <melone1@llnl.gov>
Signed-off-by: Caetano Melone <melone1@llnl.gov>
Signed-off-by: Caetano Melone <melone1@llnl.gov>
Signed-off-by: Caetano Melone <melone1@llnl.gov>
Signed-off-by: Caetano Melone <melone1@llnl.gov>
Signed-off-by: Caetano Melone <melone1@llnl.gov>
Signed-off-by: Caetano Melone <melone1@llnl.gov>
Signed-off-by: Caetano Melone <melone1@llnl.gov>
Signed-off-by: Caetano Melone <melone1@llnl.gov>
Signed-off-by: Caetano Melone <melone1@llnl.gov>
Co-authored-by: Alec Scott <scott112@llnl.gov> Signed-off-by: Caetano Melone <melone1@llnl.gov>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds unit tests for Hubcast. The goal of these tests is not to evaluate the end-to-end functionality of Hubcast, but to ensure that our business logic stays consistent.
Subsequent PRs will include integration tests to ensure that the input/output format of external APIs does not impact live Hubcast users. For example, the GitHub and GitLab clients under
src/clientsand the app entrypoint (src/__main__.py) will be covered as integration tests.complete:
TODO:
run a local coverage report: