Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created June 5, 2012 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TiuTalk/2877569 to your computer and use it in GitHub Desktop.
Save TiuTalk/2877569 to your computer and use it in GitHub Desktop.
$ python fizzbuzz_test.py
.F
======================================================================
FAIL: test_FizzBuzz_de2 (__main__.TestFizzBuzz)
----------------------------------------------------------------------
Traceback (most recent call last):
File "fizzbuzz_test.py", line 12, in test_FizzBuzz_de2
self.assertEqual(FizzBuzz(2), 2)
AssertionError: 1 != 2
----------------------------------------------------------------------
Ran 2 tests in 0.000s
FAILED (failures=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment