libeconf/main.fmf
2024-10-17 16:05:56 +05:30

18 lines
361 B
Plaintext

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