summaryrefslogtreecommitdiff
path: root/pytest.ini
blob: 9752c3652403e00bebbc7047ae8e1ebdf5f756f9 (plain)
1
2
3
4
[pytest]
norecursedirs=*.egg .eggs dist build
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS