[pytest] do not avoid to run doctest modules in halfapi sources!

This commit is contained in:
maxime 2023-08-02 10:39:06 +02:00
parent 87856cfb42
commit 896ce58731
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[pytest] [pytest]
testpaths = tests testpaths = tests halfapi
addopts = --doctest-modules addopts = --doctest-modules
doctest_optionflags = ELLIPSIS doctest_optionflags = ELLIPSIS
pythonpath = ./tests pythonpath = ./tests