Skip to content

Instantly share code, notes, and snippets.

@jaraco
Created April 27, 2017 12:41
Show Gist options
  • Save jaraco/d747f3dc5c8624aa585301edeb03b76f to your computer and use it in GitHub Desktop.
Save jaraco/d747f3dc5c8624aa585301edeb03b76f to your computer and use it in GitHub Desktop.
$ rwt -q pytest pytest-warnings -- -m pytest -rw test-warnings.py
====================================== test session starts =======================================
platform darwin -- Python 3.6.1, pytest-3.0.7, py-1.4.33, pluggy-0.4.0
rootdir: /Users/jaraco, inifile:
plugins: warnings-0.2.0
collected 1 items
test-warnings.py .
===================================== pytest-warning summary =====================================
WW0 in test-warnings.py:2 the following warning was recorded:
test-warnings.py:4: DeprecationWarning: deprecated
warnings.warn("deprecated", DeprecationWarning)
========================== 1 passed, 1 pytest-warnings in 0.01 seconds ===========================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment