=================== test session starts ====================
platform linux -- Python 3.8.5, pytest-6.0.1, py-1.9.0, pluggy-0.13.1 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /home/matt/projects/courses/software_engineering_best_practices
plugins: requests-mock-1.8.0
collected 21 items
morse.py::morse.decode PASSED [ 4%]
morse.py::morse.encode PASSED [ 9%]
rot13.py::rot13.decode PASSED [ 14%]
rot13.py::rot13.encode PASSED [ 19%]
test_morse.py::test_encode[SOS-... --- ...] PASSED [ 23%]
test_morse.py::test_encode[help-.... . .-.. .--.] PASSED [ 28%]
test_morse.py::test_encode[-] PASSED [ 33%]
test_morse.py::test_encode[ -/] PASSED [ 38%]
test_morse.py::test_decode[... --- ...-sos] PASSED [ 42%]
test_morse.py::test_decode[.... . .-.. .--.-help] PASSED [ 47%]
test_morse.py::test_decode[/- ] PASSED [ 52%]
test_morse.py::test_error PASSED [ 57%]
test_morse.py::test_errors[It's sinking] PASSED [ 61%]
test_morse.py::test_errors[Titanic & Olympic] PASSED [ 66%]
test_morse.py::test_errors[This boat is expensive \xa3\xa3\xa3] PASSED [ 71%]
test_morse.py::test_errors[Help!] PASSED [ 76%]
test_rot13.py::test_encode[SECRET-FRPERG] PASSED [ 80%]
test_rot13.py::test_encode[secret-frperg] PASSED [ 85%]
test_rot13.py::test_decode[FRPERG-SECRET] PASSED [ 90%]
test_rot13.py::test_decode[frperg-secret] PASSED [ 95%]
test_rot13.py::test_encode_spaces_error PASSED [100%]
==================== 21 passed in 0.06s ====================