From 896ce5873144969dcd7a4b66041e649a8ec17e25 Mon Sep 17 00:00:00 2001 From: maxime Date: Wed, 2 Aug 2023 10:39:06 +0200 Subject: [PATCH] [pytest] do not avoid to run doctest modules in halfapi sources! --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 94485ab..07ee477 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -testpaths = tests +testpaths = tests halfapi addopts = --doctest-modules doctest_optionflags = ELLIPSIS pythonpath = ./tests