Add getting tests for libeconf

This commit is contained in:
aborah-sudo 2024-10-17 18:36:00 +05:30
parent 8bd9dbe2d7
commit 976558943d

View File

@ -7,10 +7,10 @@
/test:
summary: Run all tests
test: |
git clone https://github.com/openSUSE/libeconf.git
git clone https://github.com/sssd-test/libeconf.git
cd libeconf/bindings/python3
cp econf.py test/econf.py
pytest -v test/
pytest -v test/test_econf_setters.py
require:
- git-core
- pytest