From bfa3b118181fa8b513490e23f6c3809761054048 Mon Sep 17 00:00:00 2001 From: Robert Stypa <90257220+robertstypa@users.noreply.github.com> Date: Thu, 26 Oct 2023 21:09:54 +0200 Subject: [PATCH] feat (requirements-test.txt): add pytest-cov and coverage packages (#51) Signed-off-by: Robert Stypa --- tests/requirements-test.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/requirements-test.txt b/tests/requirements-test.txt index ba2f6da6..bf44f5e9 100644 --- a/tests/requirements-test.txt +++ b/tests/requirements-test.txt @@ -1,4 +1,6 @@ pytest pytest-mock +pytest-cov +coverage deepdiff intelhex \ No newline at end of file