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