wolframalpha/pytest.ini

5 lines
108 B
INI
Raw Normal View History

2015-12-20 03:29:56 +00:00
[pytest]
2016-09-22 15:50:07 +00:00
norecursedirs=dist build .tox
2015-12-20 03:29:56 +00:00
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS