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

Tutorial: Allow add() tests on autograder submission #60

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

jamesjuett
Copy link
Contributor

@jamesjuett jamesjuett commented Sep 10, 2024

Sorry to spam a bunch of PRs. I realized it would make much more sense for the autograder to allow tests for add(), which is part of the tutorial, rather than the note I previously put in the spec that students had to remove them before submitting.

This PR provides an implementation of add() in tutorial_buggy_impls.cpp. It doesn't add any buggies for that function - the idea is just that students working through the tutorial won't run into an annoying error (and staff have to answer the question in lab) if students submit without removing the add() tests.

I've updated the F24 autograder with the new tutorial_buggy_impls.cpp file.

The 10:30AM submission here originally failed, but I reran after updating the config and it now allows add() tests:
https://autograder.io/web/project/2668?current_tab=student_lookup&current_student_lookup=495045

@amirkamil amirkamil merged commit 46e47c6 into main Sep 10, 2024
2 checks passed
@amirkamil amirkamil deleted the allow-add-tests branch September 10, 2024 03:02
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.

2 participants