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

feat(cipher/rot13): add fuzz test to rot13 cipher #588

Merged
merged 3 commits into from
Oct 25, 2022
Merged

feat(cipher/rot13): add fuzz test to rot13 cipher #588

merged 3 commits into from
Oct 25, 2022

Conversation

mcaci
Copy link
Contributor

@mcaci mcaci commented Oct 22, 2022

Hi, in the context of #480 I'm adding quickly the fuzz tests for the rot13 algorithm. I tested it with go test ./cipher/rot13/ to test the corpus and go test -fuzz=FuzzRot13 ./cipher/rot13/ to run the fuzzer itself.
Is that ok for you to add it?
If you have any feedbacks about my change let me know so that I can adapt it

@mcaci mcaci changed the title feat(cipher/rot12): add fuzz test to rot13 cipher feat(cipher/rot13): add fuzz test to rot13 cipher Oct 22, 2022
cipher/rot13/rot13_test.go Show resolved Hide resolved
Copy link
Member

@siriak siriak left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@siriak siriak merged commit 213cfa6 into TheAlgorithms:master Oct 25, 2022
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.

None yet

3 participants