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