wolframalpha/pytest.ini

5 lines
114 B
INI
Raw Normal View History

2015-12-20 03:29:56 +00:00
[pytest]
norecursedirs=dist build .tox .eggs
2015-12-20 03:29:56 +00:00
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS