Skip to content

Pull request - #189

Open
tomashynekdusek wants to merge 13 commits into
turecekt:masterfrom
tomashynekdusek:master
Open

Pull request#189
tomashynekdusek wants to merge 13 commits into
turecekt:masterfrom
tomashynekdusek:master

Conversation

@tomashynekdusek

Copy link
Copy Markdown

Morseovka

Comment thread Morseovka_Dusek_oprava.py
Comment on lines +104 to +112
def test_main():
"""Definition of main."""
message = "TEST PROBEHL USPESNE"
result = encrypt(message.upper())
print(result)

message = "- . ... - ..- ... .--. . ... -. ."
result = decrypt(message)
print(result)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Namísto funkce test_main vytvořit 2 funkce test_encrypt a test_decrypt kde budou použity direktivy assert.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Posílám opravu.

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.

2 participants