libeconf/main.fmf
2024-10-17 19:10:33 +05:30

18 lines
383 B
Plaintext

/plan:
summary: Basic test suite
discover:
how: fmf
execute:
how: tmt
/test:
summary: Run all tests
test: |
git clone https://github.com/sssd-test/libeconf.git
cd libeconf/bindings/python3
cp econf.py test/econf.py
pytest -v test/test_econf_setters.py
require:
- git-core
- pytest
duration: 30m