halfapi/pytest.ini
2023-08-09 14:23:09 +02:00

6 lines
139 B
INI

[pytest]
testpaths = tests halfapi
addopts = --doctest-modules
doctest_optionflags = ELLIPSIS IGNORE_EXCEPTION_DETAIL
pythonpath = ./tests