Advertisement
brandizzi

Doctest failing by mistake

Feb 26th, 2018
760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. $ python -mdoctest vtodo/listing/filler.py
  2. **********************************************************************
  3. File "vtodo/listing/filler.py", line 77, in filler.get_css_class_dict
  4. Failed example:
  5. d['b'] # doctest: +ELLIPSIS
  6. Expected:
  7. [<DOM Element: span at ...>]
  8. Got:
  9. [<DOM Element: div at 0x7f3e972e3508>]
  10. **********************************************************************
  11. 1 items had failures:
  12. 1 of 4 in filler.get_css_class_dict
  13. ***Test Failed*** 1 failures.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement