From 734517719513a9b24d5429f96332c6a8f7e01dcd Mon Sep 17 00:00:00 2001 From: ldericher <40151420+ldericher@users.noreply.github.com> Date: Thu, 14 Oct 2021 04:34:09 +0200 Subject: [PATCH] Some pytests for config.py --- .idea/runConfigurations/Tests.xml | 18 ++++ .idea/runConfigurations/kiwi_next.xml | 6 +- kiwi_scp/config.py | 16 ++-- pyproject.toml | 3 + tests/__init__.py | 0 tests/test_config.py | 118 ++++++++++++++++++++++++++ 6 files changed, 151 insertions(+), 10 deletions(-) create mode 100644 .idea/runConfigurations/Tests.xml create mode 100644 tests/__init__.py create mode 100644 tests/test_config.py diff --git a/.idea/runConfigurations/Tests.xml b/.idea/runConfigurations/Tests.xml new file mode 100644 index 0000000..17c8681 --- /dev/null +++ b/.idea/runConfigurations/Tests.xml @@ -0,0 +1,18 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/kiwi_next.xml b/.idea/runConfigurations/kiwi_next.xml index 9b3bd56..b4babb9 100644 --- a/.idea/runConfigurations/kiwi_next.xml +++ b/.idea/runConfigurations/kiwi_next.xml @@ -1,5 +1,5 @@ - +