This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
kse-02/tests/test_caesar_cipher.py

18 lines
581 B
Python
Raw Normal View History

2023-12-09 19:52:07 +00:00
from unittest import TestCase
from benchmark.caesar_cipher import encrypt
from benchmark.caesar_cipher import decrypt
class Test_encrypt(TestCase):
2023-12-27 15:07:31 +00:00
# distances_true = {1: [3, 47, 0, 0, 46, 0, 22]}
# distances_false = {1: [0, 0, 31, 19, 0, 8, 0]}
2023-12-09 19:52:07 +00:00
def test_encrypt_1(self):
2023-12-27 15:07:31 +00:00
assert encrypt(strng='V*wk+`C', key=38) == "|P>2Q'i"
2023-12-09 19:52:07 +00:00
class Test_decrypt(TestCase):
2023-12-27 15:07:31 +00:00
# distances_true = {2: [0, 215, 203, 206, 217, 13]}
# distances_false = {2: [21, 0, 0, 0, 0, 0]}
2023-12-09 19:52:07 +00:00
def test_decrypt_1(self):
2023-12-27 15:07:31 +00:00
assert decrypt(strng='C."%0d', key=56) == 'jöêíø,'