From ee428a519f79d4fbc1275c6b20a9a8eeb54ebace Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 12 Oct 2022 18:25:37 +0200 Subject: [PATCH] (dep) Introduce pytest-clarity --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0dd8a67..f020606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ mnemonic = "^0.19" pytest = "^7.1.2" pytest-cov = "^3.0.0" pytest-sugar = "^0.9.4" +pytest-clarity = "^1.0.1" [tool.poetry.group.doc] optional = true -- GitLab