Turn on pytests's warning reporter

This commit is contained in:
Simon Gomizelj 2018-02-08 22:28:54 -05:00
parent ef2f435647
commit cf304714ce
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ ignore_errors = True
# Be sure to include Hy test functions whose names end with "?",
# which will be mangled to begin with "is_".
python_functions=test_* is_test_*
filterwarnings =
once::DeprecationWarning
once::PendingDeprecationWarning