$ 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)