Skip to content

Simple Cipher unit tests do not check for keys with non alphanumeric characters #445

Closed
@xarxziux

Description

@xarxziux

I've just reviewed a submission for the Simple Cipher exercise where the student only checked for upper case letters and numbers in the key. This was enough to pass the unit tests, but does not conform to the requirements that state "Let's make your substitution cipher a little more fault tolerant by ... ensuring that the key contains only lowercase letters".

The unit tests for this exercise will need to be updated to test for this scenario.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions