Skip to content

Instantly share code, notes, and snippets.

View samwhitehall's full-sized avatar

Sam Whitehall samwhitehall

View GitHub Profile
nathan (master *) Enigma $ nosetests
EE
======================================================================
ERROR: tests.Rotor_Test.TestRotor.test_check_letter_substitution_matches_expected_value
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/Users/nathan/Code/Enigma/tests/Rotor_Test.py", line 18, in test_check_letter_substitution_matches_expected_value
assert self.rotor.get_letter_substitution('a') == 'b'