From c6a36957701f1a1d9254e8d2ad9c228f395aac3b Mon Sep 17 00:00:00 2001 From: Sam Witty Date: Tue, 24 Oct 2023 13:52:27 -0400 Subject: [PATCH] added pytest cov --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 76e77e484..ee7e82bf2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,6 +35,7 @@ where = [options.extras_require] tests = pytest + pytest-cov pytest-xdist flake8 black