Source code

Revision control

Copy as Markdown

Other Tools

[pytest]
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
# workaround for warning pytest-dev/pytest#6178
junit_family=xunit2
filterwarnings=
ignore:direct construction of .*Item has been deprecated:DeprecationWarning