Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. $ rwt -q pytest pytest-warnings -- -m pytest -rw test-warnings.py
  2. ====================================== test session starts =======================================
  3. platform darwin -- Python 3.6.1, pytest-3.0.7, py-1.4.33, pluggy-0.4.0
  4. rootdir: /Users/jaraco, inifile:
  5. plugins: warnings-0.2.0
  6. collected 1 items
  7.  
  8. test-warnings.py .
  9.  
  10. ===================================== pytest-warning summary =====================================
  11. WW0 in test-warnings.py:2 the following warning was recorded:
  12. test-warnings.py:4: DeprecationWarning: deprecated
  13. warnings.warn("deprecated", DeprecationWarning)
  14.  
  15. ========================== 1 passed, 1 pytest-warnings in 0.01 seconds ===========================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement