2020-07-03 11:42:10 +02:00
|
|
|
[pytest]
|
2023-08-02 10:39:06 +02:00
|
|
|
testpaths = tests halfapi
|
2020-09-28 17:22:27 +02:00
|
|
|
addopts = --doctest-modules
|
2023-08-09 14:23:09 +02:00
|
|
|
doctest_optionflags = ELLIPSIS IGNORE_EXCEPTION_DETAIL
|
2022-07-06 08:27:50 +02:00
|
|
|
pythonpath = ./tests
|