From 071315da7012d2c8e01ad83be85c8d8ba325819b Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 4 Jul 2022 21:42:54 +0200 Subject: [PATCH] [dep] tests: Introduce pytest-clarity Improve failing test readability --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9fea2972..a7e49e35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ pendulum = "^2.1.2" pytest = "^7.0.0" pytest-cov = "^3.0" pytest-sugar = "^0.9.2" +pytest-clarity = "^1.0.1" [tool.poetry.scripts] silkaj = "silkaj.cli:cli" -- GitLab