From a2186a3c25bb3a80f100b67f900d3fa281102e4b Mon Sep 17 00:00:00 2001 From: ldericher <40151420+ldericher@users.noreply.github.com> Date: Mon, 25 Oct 2021 15:40:39 +0200 Subject: [PATCH] pytest coverage --- .gitignore | 2 + .idea/runConfigurations/Tests.xml | 4 +- kiwi_scp/config.py | 2 +- poetry.lock | 101 +++++++++++++++++++++++++++--- pyproject.toml | 1 + 5 files changed, 98 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index c18dd8d..03a44c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ __pycache__/ +htmlcov/ +.coverage \ No newline at end of file diff --git a/.idea/runConfigurations/Tests.xml b/.idea/runConfigurations/Tests.xml index 17c8681..532689b 100644 --- a/.idea/runConfigurations/Tests.xml +++ b/.idea/runConfigurations/Tests.xml @@ -10,9 +10,9 @@