haskell icon indicating copy to clipboard operation
haskell copied to clipboard

protein-translation: Add tests for invalid sequences

Open mhorod opened this issue 2 years ago • 0 comments

The result type of the proteins function is Maybe [String] but all tests expect Just. I added some tests that expect Nothing on an invalid input.

mhorod avatar Sep 06 '22 11:09 mhorod