From 8b7838fd0289fdfe865e656783081bf4e6862fe3a7f03eeeb45ec7b599c6b683 Mon Sep 17 00:00:00 2001 From: David Mulder Date: Mon, 19 Jul 2021 14:35:27 +0000 Subject: [PATCH] - Fix configuration missing global section. - Add a test runner for executing unittests, and github CI. OBS-URL: https://build.opensuse.org/package/show/security:idm/cepces?expand=0&rev=5 --- cepces-0.3.4.tar.bz2 | 4 ++-- cepces.changes | 6 ++++++ cepces.spec | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/cepces-0.3.4.tar.bz2 b/cepces-0.3.4.tar.bz2 index aa9d3ec..bc06fa9 100644 --- a/cepces-0.3.4.tar.bz2 +++ b/cepces-0.3.4.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1bdaa5f73ed3411089ffd7b7f1d4eb9dc09d9e6c4781179c3b9cc5b9038f98e -size 42954 +oid sha256:ec51326f2f887471926ec1c62a48d7a071ca577c80a1c1dc5eb859d7dd68d48b +size 43412 diff --git a/cepces.changes b/cepces.changes index a0b3e86..cee002f 100644 --- a/cepces.changes +++ b/cepces.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 19 14:32:34 UTC 2021 - David Mulder + +- Fix configuration missing global section. +- Add a test runner for executing unittests, and github CI. + ------------------------------------------------------------------- Mon Jul 12 16:24:51 UTC 2021 - David Mulder diff --git a/cepces.spec b/cepces.spec index 516f87f..f79feb4 100644 --- a/cepces.spec +++ b/cepces.spec @@ -157,7 +157,9 @@ if [[ "$1" == "0" ]]; then fi %check -%{__python3} setup.py test +pushd tests +%{__python3} ./runner.py +popd %files %doc LICENSE