Skip to content

Instantly share code, notes, and snippets.

@TiuTalk
Created June 5, 2012 20:34
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/2877660 to your computer and use it in GitHub Desktop.
Save TiuTalk/2877660 to your computer and use it in GitHub Desktop.
$ python fizzbuzz_test.py
..F
======================================================================
FAIL: test_FizzBuzz_de3_retorna_fizz (__main__.TestFizzBuzz)
----------------------------------------------------------------------
Traceback (most recent call last):
File "fizzbuzz_test.py", line 15, in test_FizzBuzz_de3_retorna_fizz
self.assertEqual(FizzBuzz(3), "fizz")
AssertionError: 3 != 'fizz'
----------------------------------------------------------------------
Ran 3 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