From 6c00e1b4c7ca17503d49d528ff2479a072025aeb Mon Sep 17 00:00:00 2001 From: Filippo Luca Ferretti Date: Wed, 27 Nov 2024 17:20:03 +0100 Subject: [PATCH] Add test task --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 555e179..a6308b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -196,4 +196,5 @@ pptree = { features = ["pptree"], solve-group = "default" } style = { features = ["style"], solve-group = "default" } testing = { features = ["testing"], solve-group = "default" } -[tool.pixi.tasks] +[tool.pixi.feature.testing.tasks] +test = "pytest -vv"