From b796495ceb52b9ba119a283acd678533bfb97e99 Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Wed, 23 Oct 2024 03:07:25 +0200 Subject: [PATCH] More verbose test failure for easier debugging --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e56662d..a049691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ [tool.pytest.ini_options] testpaths = ["test"] -addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q"] +addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q", "-ra"] [tool.black] include = '\.pyi?$'