Advertisement
brandizzi

The output of a failing doctest

Apr 1st, 2018
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. **********************************************************************
  2. File "f.txt", line 2, in f.txt
  3. Failed example:
  4.     f()
  5. Expected:
  6.     1
  7. Got:
  8.     2
  9. **********************************************************************
  10. 1 items had failures:
  11.    1 of   2 in f.txt
  12. ***Test Failed*** 1 failures.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement