From 0bea231a14d739ef53879686627cc3d0061aea02 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 12 Oct 2021 11:25:59 -0400 Subject: [PATCH] Update setup.cfg --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 768a8321..ed6ebc2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,3 +11,6 @@ per-file-ignores = [pydocstyle] ignore = D100,D101,D102,D105,D106,D107,D203,D213 + +[tool:pytest] +testpaths = tests/unit