From e2118da2945832cee416d22134bc06edbb77e0cd Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 18 May 2021 11:02:13 +0200 Subject: [PATCH] Added pytest plugin to test --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 4646fe8..d9edd20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,6 +7,8 @@ install_requires = test = pytest==6.2.3 pytest-cov==2.11.1 + # Worth testing out + pytest-tldr==0.2.4 # Used inside tox for linting lint =