halfapi/pytest.ini

6 lines
139 B
INI
Raw Normal View History

[pytest]
testpaths = tests halfapi
addopts = --doctest-modules
2023-08-09 14:23:09 +02:00
doctest_optionflags = ELLIPSIS IGNORE_EXCEPTION_DETAIL
pythonpath = ./tests