From 7c2bf60812d035d1a5f640d92f8bc100b11808e0 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Tue, 30 Nov 2021 01:43:14 +0100 Subject: [PATCH] [pytest] remove halfapi from tests directory --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 25c7847..6d700be 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] -testpaths = tests halfapi +testpaths = tests addopts = --doctest-modules doctest_optionflags = ELLIPSIS