Skip to content

Add ValueError test to rna_transcription #1361

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

Closed
wants to merge 1 commit into from
Closed

Add ValueError test to rna_transcription #1361

wants to merge 1 commit into from

Conversation

mogranjm
Copy link

Add a test to assert that a ValueError is raised when an invalid string is submitted for transcription (the invalid string that is tested in this case is 'ABCD', which could conceivably be transcribed to 'U_G_' or similar)

Add a test to assert that a ValueError is raised when an invalid string is tested (the invalid string in this case is 'ABCD', which could conceivably be transcribed to 'U_G_')
@cmccandless
Copy link
Contributor

This case actually used to exist. The decision was made in exercism/problem-specifications#1027 to remove tests for invalid input from this exercise. As such, we will not be restoring it here. I'm going to close this PR.

Feel free to check out our list of open issues, especially those with the help wanted label.

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