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