Guest User

Untitled

a guest
Oct 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ============================= test session starts ==============================
  2. platform linux2 -- Python 2.7.1 -- pytest-2.2.4
  3. collecting ... collected 3 items
  4.  
  5. test_nothin.py SSS.F
  6.  
  7. =================================== FAILURES ===================================
  8. ____________________ TestNothin.test_closed_bz_with_failure ____________________
  9.  
  10. self = <test_nothin.TestNothin object at 0x2602250>
  11.  
  12. @pytest.mark.bugzilla('12345')
  13. def test_closed_bz_with_failure(self):
  14. > assert(os.path.exists('/etcccc'))
  15. E assert <function exists at 0x7f721dbdb050>('/etcccc')
  16. E + where <function exists at 0x7f721dbdb050> = <module 'posixpath' from '/usr/lib64/python2.7/posixpath.pyc'>.exists
  17. E + where <module 'posixpath' from '/usr/lib64/python2.7/posixpath.pyc'> = os.path
  18.  
  19. test_nothin.py:18: AssertionError
  20. =============== 1 failed, 1 passed, 3 skipped in 440.92 seconds ================
Add Comment
Please, Sign In to add comment