Skip to content
Snippets Groups Projects
Commit 7942b45f authored by s2-peng's avatar s2-peng
Browse files

Upload New File

parent d3537836
No related branches found
No related tags found
No related merge requests found
import unittest
import morse
class TestMorse(unittest.TestCase):
def test_encode_us():
self.assertEqual( morse.encode('US'), '..- ...')
if __name__ == '__main__':
unittest.main()
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment