From 135bdfe45f46deaa915a29bd590c88ae83fb202f Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 21 Jul 2021 14:11:21 +0200 Subject: [PATCH] Add cov to notify tests --- apps/cic-notify/test_requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/cic-notify/test_requirements.txt b/apps/cic-notify/test_requirements.txt index 41c5f099..5a2ab673 100644 --- a/apps/cic-notify/test_requirements.txt +++ b/apps/cic-notify/test_requirements.txt @@ -2,3 +2,4 @@ pytest~=6.0.1 pytest-celery~=0.0.0a1 pytest-mock~=3.3.1 pysqlite3~=0.4.3 +pytest-cov==2.10.1