setup.cfg: add ALLOW_UNICODE and ELLIPSIS to pytest's 'doctest_optionflags'

This commit is contained in:
Cosimo Lupo 2018-10-22 11:20:24 +01:00
parent edd01b3fa0
commit e2478f8911
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -47,6 +47,9 @@ addopts =
--doctest-modules
--doctest-ignore-import-errors
--pyargs
doctest_optionflags =
ALLOW_UNICODE
ELLIPSIS
filterwarnings =
ignore:tostring:DeprecationWarning
ignore:fromstring:DeprecationWarning