Advertisement
Guest User

Untitled

a guest
Apr 10th, 2020
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.60 KB | None | 0 0
  1. =============================================================================================== test session starts ===============================================================================================
  2. platform linux -- Python 3.7.5, pytest-5.4.1, py-1.8.1, pluggy-0.13.1
  3. rootdir: /home/vivax/coding/twitch_bot_lib
  4. plugins: cov-2.8.1, helpers-namespace-2019.1.8, mock-3.0.0
  5. collected 37 items                                                                                                                                                                                                
  6.  
  7. tests/test_irc_protocol.py ..xx.xx.xx.xx.xxx                                                                                                                                                                [ 45%]
  8. tests/test_socket_wrapper.py ..xx.xx..                                                                                                                                                                      [ 70%]
  9. tests/test_twitch_core.py ..xx                                                                                                                                                                              [ 81%]
  10. tests/test_utils.py Fxxxxxx                                                                                                                                                                                 [100%]
  11.  
  12. ==================================================================================================== FAILURES =====================================================================================================
  13. ____________________________________________________________________________________________ TestCheckType.test_exists ____________________________________________________________________________________________
  14.  
  15. self = <test_utils.TestCheckType object at 0x7efe1f688a10>
  16.  
  17.     def test_exists(self):
  18. >       assert hasattr(utils, "check_type")
  19. E       AssertionError: assert False
  20. E        +  where False = hasattr(utils, 'check_type')
  21.  
  22. tests/test_utils.py:8: AssertionError
  23. ============================================================================================= short test summary info =============================================================================================
  24. FAILED tests/test_utils.py::TestCheckType::test_exists - AssertionError: assert False
  25. ==================================================================================== 1 failed, 13 passed, 23 xfailed in 1.33s =====================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement