libeconf/main.fmf

18 lines
383 B
Plaintext
Raw Normal View History

2024-10-17 08:56:38 +00:00
/plan:
summary: Basic test suite
discover:
how: fmf
execute:
how: tmt
/test:
2024-10-17 10:02:48 +00:00
summary: Run all tests
test: |
2024-10-17 13:06:00 +00:00
git clone https://github.com/sssd-test/libeconf.git
2024-10-17 10:02:48 +00:00
cd libeconf/bindings/python3
cp econf.py test/econf.py
2024-10-17 13:06:00 +00:00
pytest -v test/test_econf_setters.py
2024-10-17 10:02:48 +00:00
require:
- git-core
- pytest
duration: 30m