Added more tests for code coverage goal

This commit is contained in:
Jake W. Ireland
2021-05-03 18:50:47 +12:00
parent f1022d54b4
commit ed8d568a93
2 changed files with 20 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ include(joinpath(dirname(@__DIR__), "src", "ClassicalCiphers.jl")); using .Class
using Test
tests = [
"common",
"playfair",
"vigenere",
"monoalphabetic",