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

73 generate assertions endpoint #139

Merged
merged 20 commits into from
Jul 2, 2024
Merged

Conversation

vteague
Copy link
Member

@vteague vteague commented Jun 28, 2024

This does the main work of the generate-assertions endpoint, with tests.

Note that there are not (yet) any API tests - these tests only check the behaviour of the function that does the work of the endpoint.

@vteague vteague linked an issue Jun 28, 2024 that may be closed by this pull request
Copy link

@AndrewConway AndrewConway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two minor comments about log messages

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOGGER.debug(String.format("%s %s.", prefix, "Received Generate Assertions request."));
ends in two periods.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also LOGGER.debug(String.format("%s %s.", prefix, "Completed assertion generation for all IRV contests."));
same double period.
final String prefix = "[generateAssertions]";
doesn't match the function name.

@vteague vteague merged commit 19746b9 into main Jul 2, 2024
1 check passed
@vteague vteague deleted the 73-generate-assertions-endpoint branch July 2, 2024 11:44
@vteague vteague restored the 73-generate-assertions-endpoint branch July 2, 2024 11:47
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.

Generate Assertions endpoint
2 participants