-
-
Save jaraco/d747f3dc5c8624aa585301edeb03b76f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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