Turn on pytests's warning reporter
This commit is contained in:
parent
ef2f435647
commit
cf304714ce
@ -20,3 +20,6 @@ ignore_errors = True
|
|||||||
# Be sure to include Hy test functions whose names end with "?",
|
# Be sure to include Hy test functions whose names end with "?",
|
||||||
# which will be mangled to begin with "is_".
|
# which will be mangled to begin with "is_".
|
||||||
python_functions=test_* is_test_*
|
python_functions=test_* is_test_*
|
||||||
|
filterwarnings =
|
||||||
|
once::DeprecationWarning
|
||||||
|
once::PendingDeprecationWarning
|
||||||
|
Loading…
Reference in New Issue
Block a user