You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing a to_rna solution with tio.run, I got a syntax error before stop() because student tests empty string instead of null.
Would it be possible to add a second argument to expect_error(to_rna(dna)) ?
Like expect_error(to_rna(dna), "invalid input")
The text was updated successfully, but these errors were encountered:
amoradell
changed the title
rna_transcription : add specific text error on expect_error
rna-transcription : add specific text error on expect_error
Aug 11, 2018
Please read through the guide to contributing to test suites. I'm open to reviewing a PR that adds such a test to just the R track, if it isn't relevant to the problem spec generally.
Testing a to_rna solution with tio.run, I got a syntax error before stop() because student tests empty string instead of null.
Would it be possible to add a second argument to expect_error(to_rna(dna)) ?
Like expect_error(to_rna(dna), "invalid input")
The text was updated successfully, but these errors were encountered: