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

Update collatz-conjecture tests to allow use of contract #326

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

BNAndras
Copy link
Member

@BNAndras BNAndras commented Jan 2, 2024

The previous iteration was strict on testing for a particular error message. This change allows students to idiomatically define a contract on collatz, and it won't break solutions that previously passed the last iteration.

@BNAndras BNAndras added x:module/practice-exercise Work on Practice Exercises x:rep/small Small amount of reputation labels Jan 2, 2024
Copy link
Member

@ErikSchierboom ErikSchierboom left a comment

Choose a reason for hiding this comment

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

Nice!

@BNAndras BNAndras merged commit 0d79175 into exercism:main Jan 3, 2024
7 checks passed
@BNAndras BNAndras deleted the update-collatz-conjecture branch January 3, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
x:module/practice-exercise Work on Practice Exercises x:rep/small Small amount of reputation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants