- 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
This commit is contained in:
parent
ad94ab01af
commit
8b7838fd02
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1bdaa5f73ed3411089ffd7b7f1d4eb9dc09d9e6c4781179c3b9cc5b9038f98e
|
||||
size 42954
|
||||
oid sha256:ec51326f2f887471926ec1c62a48d7a071ca577c80a1c1dc5eb859d7dd68d48b
|
||||
size 43412
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 19 14:32:34 UTC 2021 - David Mulder <dmulder@suse.com>
|
||||
|
||||
- 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 <dmulder@suse.com>
|
||||
|
||||
|
@ -157,7 +157,9 @@ if [[ "$1" == "0" ]]; then
|
||||
fi
|
||||
|
||||
%check
|
||||
%{__python3} setup.py test
|
||||
pushd tests
|
||||
%{__python3} ./runner.py
|
||||
popd
|
||||
|
||||
%files
|
||||
%doc LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user