From 8108c14d18d28f81b7e2b42a0f0aa7001da18963 Mon Sep 17 00:00:00 2001 From: Alex Guinman Date: Fri, 6 Jan 2023 20:23:26 +1000 Subject: [PATCH] Update pytest config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de8b398..0107036 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ nemreader = "nemreader.cli:cli" [tool.isort] profile = "black" -[tool.pytest] +[tool.pytest.ini_options] addopts = "-ra --failed-first --showlocals --durations=3 --cov=nemreader" [tool.coverage.run]