Guest User

Untitled

a guest
Oct 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. $ python fizzbuzz_test.py
  2. E
  3. ======================================================================
  4. ERROR: test_FizzBuzz (__main__.TestFizzBuzz)
  5. ----------------------------------------------------------------------
  6. Traceback (most recent call last):
  7. File "fizzbuzz_test.py", line 8, in test_FizzBuzz
  8. self.assertEqual(FizzBuzz(1), 1)
  9. NameError: global name 'FizzBuzz' is not defined
  10.  
  11. ----------------------------------------------------------------------
  12. Ran 1 test in 0.000s
  13.  
  14. FAILED (errors=1)
Add Comment
Please, Sign In to add comment